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 has been 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"'
Does Celerity support Ruby 1.9.2?
Matt
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:in
with_scope'./features/step_definitions/web_steps.rb:28:in
/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/' features/backlog.feature:44:in
And I am signed in as "John"'Does Celerity support Ruby 1.9.2?
Matt
The text was updated successfully, but these errors were encountered: