-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Ruby Step Defs support #3
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
Comments
Why don't you contribute JRuby support? |
I might do this :) Turns out someone i work with is on the core team (i dont remember his name off the top of my head) If i can find time between all my other time wasting activites ;)Sent from my Android phone with K-9 Mail. Please excuse my brevity. aslakhellesoy [email protected] wrote: Why don't you contribute JRuby support? Reply to this email directly or view it on GitHub: !DSPAM:2,4e50ce1114728305117159! |
Now, if you can figure out how to Would you want to investigate that? Cheers, |
That is something I might be able to do :) It'd be a wonderful benefit to be able to somehow package gems and use them. I will percolate on that Idea, and see if I can't sneak in some time at work to get it done. Thanks for getting this done so quickly. You're awesome. |
Hey guys, Just to let you know with relation to the require 'test/unit' (or indeed, any require that is in the sort of "standard library" for jruby), if you just change your jruby dependency from jruby to jruby-complete in the POM of your project, then all the standard ruby libraries seem to be available. So basically, I did this (in my projects pom.xml):
(Note the exclusion of the original jruby dependency from cucumber-jruby) Then I simply added:
And everything seems peachy now. Hope this helps |
@nicokruger: facepalm Will fix this soon :-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm sad to see that there's no out of the box for Ruby Step Defs.
The integration between JRuby and Java is very high and being able to use it as the language of choice for the step definitions would be wonderful.
Not talking about supporting Gems and installing Gems and whatnot, that might be able to be handled separately or via a different mechanism, just supporting running the step definitions the same way they run in regular Ruby Cucumber.
Thanks,
David
The text was updated successfully, but these errors were encountered: