Hey, I've got Integration::AuthenticationHelpers module in /support/integration/authentication_helpers.rb file. It uses some Capybara methods like "visit" etc. I include it using
config.include Integration::AuthenticationHelpers, :type => :request In 2.5.x it works fine, in 2.6.0.rc4 it causes the following error: Failure/Error: sign_in @user NoMethodError: undefined method `visit' for #<RSpec::Core::ExampleGroup::Nested_1:0x0000010623fe68> Has something changed? I'm using Capybara 1.0.0.beta1. Cheers, Szymon
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users