You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: