RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: freizeitnerd
+1
I was confused by the following error:
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.
spec/features
spec/requests
Which I learned by your link. - Thanks!
For me this article was useful: http://robotslacker.com/2012/01/rails-3-routes-configuration-dynamic-segments-constraints-and-scope/?replytocom=123
http://railscasts.com/episodes/85-yaml-configuration-revised
:-)
+1
I was confused by the following error:
Since Capybara 2.0 one has to use folder
spec/features
Capybara commands don't work in folderspec/requests
anymore.Which I learned by your link. - Thanks!
For me this article was useful: http://robotslacker.com/2012/01/rails-3-routes-configuration-dynamic-segments-constraints-and-scope/?replytocom=123
http://railscasts.com/episodes/85-yaml-configuration-revised
:-)