Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no Rubinius support #15

Closed
paddor opened this issue Dec 13, 2015 · 6 comments
Closed

no Rubinius support #15

paddor opened this issue Dec 13, 2015 · 6 comments

Comments

@paddor
Copy link

paddor commented Dec 13, 2015

Can't use it on Rubinius because Rubinius doesn't provide ripper. Maybe you can do something along rspec/rspec-support@81e33d4.

Thanks very much.

@paddor
Copy link
Author

paddor commented Dec 21, 2015

@searls Any updates on this? Just tell me if it's not possible/planned to support.

@searls
Copy link

searls commented Dec 22, 2015

I'm not a Rubinius user, and I don't plan to address this myself. PRs or
thoughts welcome though
On Mon, Dec 21, 2015 at 18:54 Patrik Wenger notifications@github.com
wrote:

@searls https://github.com/searls Any updates on this? Just tell me if
it's not possible/planned to support.


Reply to this email directly or view it on GitHub
#15 (comment)
.

@paddor
Copy link
Author

paddor commented Dec 23, 2015

Well, neither am I. But I want my gem to run on Rubinius too. :)

How exactly is Ripper used in rspec-given? I see there's rubinius-ast and rubinius-melbourne. Do you think one of them could be used instead of Ripper?

@paddor
Copy link
Author

paddor commented Dec 23, 2015

I'm coming up with a hack. The thing is, I really don't care about those detailed failure explanations of natural assertions. All I want is the Then/And block to be evaluated, and if it's false, tell me which test fails. That's all I need. All my natural assertions are in the form of var == value or obj.predicate?, so very short.

@paddor
Copy link
Author

paddor commented Jan 1, 2016

@searls Any updates on this?

Some of the specs fail because of another issue. See #18.

@searls
Copy link

searls commented Jan 11, 2016

Hey @paddor, I'm going to close this. RSpec itself doesn't support Rubinius (and according to Myron, hasn't for years), so I don't think there's any reason to make an effort to support it in rspec-given.

@searls searls closed this as completed Jan 11, 2016
searls pushed a commit that referenced this issue Jan 14, 2016
searls pushed a commit that referenced this issue Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants