rspec-given
rspec-given copied to clipboard
Provide Rubinius compatible version
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.
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.
This is what brought up the issue for me: https://travis-ci.org/hybridgroup/argus/jobs/10346342
FYI: JRuby 1.7.5 will be compatible with natural assertions. Now we just need to get Rubinius up to speed.