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
I know this has been discussed to death here (#360) but since the issue is closed I though it best to open a new one.
When following a rails tutorial I get the following error: NoMethodError:undefined method `visit' for #RSpec::ExampleGroups::ViewingTheListOfEvents:0x007ff5050beda0.
I am running:
capybara 2.4.1
rspec-rails 3.0.1
rails 4.1.4
ruby 2.1.2p95
My 'list_features_spec.rb' is in 'spec/features'. I've tried using all the suggested solutions at the above link with no joy. Unfortunately, I have no idea how to fix this or where to start looking for further troubleshooting.
I know this has been discussed to death here (#360) but since the issue is closed I though it best to open a new one.
When following a rails tutorial I get the following error: NoMethodError:undefined method `visit' for #RSpec::ExampleGroups::ViewingTheListOfEvents:0x007ff5050beda0.
I am running:
capybara 2.4.1
rspec-rails 3.0.1
rails 4.1.4
ruby 2.1.2p95
My 'list_features_spec.rb' is in 'spec/features'. I've tried using all the suggested solutions at the above link with no joy. Unfortunately, I have no idea how to fix this or where to start looking for further troubleshooting.
Source code at time of error (very early into project): https://github.com/basicdesigns/rspec-rails-visit-error
The text was updated successfully, but these errors were encountered: