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'm having trouble with my Capybara integration specs and rspec-rails 2.6.0.rc4.
9) My profile should show profile
Failure/Error: login_as @user
undefined method `visit' for #<RSpec::Core::ExampleGroup::Nested_4:0x748aab0>
# ./spec/support/request_helpers.rb:8:in `login_as'
# ./spec/integration/user/profile_spec.rb:6
It's simple visit '/' which explodes.
2.6.0.rc2 works great. What has been changed? Capybara version is 1.0.0.beta1