Closed pierreozoux closed 12 years ago
Looks like JRuby can't require 'pathname'
. I don't work with JRuby often, but you may need to debug JRuby's $LOAD_PATH global.
I'm not sure if akephalos is still actively developed. I've been using capybara-webkit for headless browser testing. If your cucumber tests already use a capybara driver, it should be easy to swap akephalos with capybara-webkit.
I made an akephalos2 patch for me : https://github.com/pierreozoux/akephalos2/tree/specjour_patch
commenting require "pathname"
...it was not needed...
(i'm writing you here my progress on this for reference..)
So I had this bug at the beginning :
I tried this https://github.com/jruby/jruby/wiki/Troubleshooting And now I have :
I'm still investigating.
(i wanted to comment your last comment, but I preferred to open an issue, for others, maybe, it's not a specjour bug, still don't know..)