Sign in through GitHub

bbqchef's Profile

GitHub User: bbqchef

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!