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

Provide Rubinius compatible version #30

Open
deadprogram opened this issue Aug 19, 2013 · 3 comments
Open

Provide Rubinius compatible version #30

deadprogram opened this issue Aug 19, 2013 · 3 comments

Comments

@deadprogram
Copy link

The same issue mentioned in the README that plagues JRuby also impacts Rubinius: a lack of ripper support. It would be great to be able to run rspec-given under these 2 platforms.

@jimweirich
Copy link
Owner

I would love to provide a Rubinius compatible version. But that requires either Rubinius to support Ripper, or a Sorcerer like library that uses a Rubinius based parser/AST.

BTW, this issue is not preventing rspec/given from running under Rubinius. You just can't use the natural assertion feature of Given on that platform. But you can still use Given/When/Then with regular RSpec should/expect assertions.

@deadprogram
Copy link
Author

This is what brought up the issue for me: https://travis-ci.org/hybridgroup/argus/jobs/10346342

@jimweirich
Copy link
Owner

FYI: JRuby 1.7.5 will be compatible with natural assertions. Now we just need to get Rubinius up to speed.

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