Is there a way to do headless javascript testing in ree (Ruby Enterprise Edition)?
I've seen celerity/culerity/capybara, which work with jruby + HTMLUnit, but I can't seem to get it working with ree. When I simply try to annotate my cucumber test with @culerity
under ree, I get jruby: command not found
, which of course makes sense, because I'm running under ree, not jruby.