-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
@searls Any updates on this? Just tell me if it's not possible/planned to support. |
I'm not a Rubinius user, and I don't plan to address this myself. PRs or
|
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? |
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 |
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. |
…older versions of JRuby This closes #15.
…older versions of JRuby This closes #15.
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.
The text was updated successfully, but these errors were encountered: