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
{{ message }}
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
I have tried to run it anyway and am getting the following exception:
Celerity::Exception::UnexpectedPageException: / (Culerity::CulerityException)
./features/step_definitions/web_steps.rb:29:in block (2 levels) in <top (required)>' ./features/step_definitions/web_steps.rb:14:inwith_scope'
./features/step_definitions/web_steps.rb:28:in /^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/' features/backlog.feature:44:inAnd I am signed in as "John"'
Hi there
I've read on the Capybara Readme https://github.com/aslakhellesoy/capybara that Culerity does not currently work with Ruby 1.9.x.
I have tried to run it anyway and am getting the following exception:
Celerity::Exception::UnexpectedPageException: / (Culerity::CulerityException)
./features/step_definitions/web_steps.rb:29:in
block (2 levels) in <top (required)>' ./features/step_definitions/web_steps.rb:14:inwith_scope'./features/step_definitions/web_steps.rb:28:in
/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/' features/backlog.feature:44:inAnd I am signed in as "John"'Does Celerity support Ruby 1.9.2?
Matt