RailsCasts Pro episodes are now free!

Learn more or hide this

freizeitnerd's Profile

GitHub User: freizeitnerd

Comments by

Avatar

+1

I was confused by the following error:

ruby
    NoMethodError:
           undefined method `visit' for #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:0xa49a73c>

Since Capybara 2.0 one has to use folder spec/features Capybara commands don't work in folder spec/requests anymore.

Which I learned by your link. - Thanks!