I recently installed the flexibility to use on top of a cucumber. But when I launch my cucumber specifications, they turn red (they used to be green).
The errors I get have the following form:
Speed :: Exception :: NavigationException: com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 500 Internal server error for http: // localhost: 3001 / (Culerity :: CulerityException) features / admin.feature: 82: in `And I logged in
When I look at the web server console (started rake culerity:rails:start), the error is:
ERRNO ERROR :: EPIPE: Broken Pipe
I noticed that these errors occur whenever I have cucumber steps (like "go") that make $ browser.goto.
Any idea?
PS: I made sure that JRuby is installed and on my way
source
share