Displaying 1 result from an estimated 1 matches for "roelof1967".
2012 Sep 16
0
tutorail test writing problem
Hello,
I try to follow this tutorial :
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
Im now at chapter 3.2.1.
But the test is still failing even if I do everything according to the
chapter.
My code can be found here : https://github.com/roelof1967/demo_app
And the faiing message is :
Failures:
1) Static pages Home page should have the content ''Sample App''
Failure/Error: visit ''/static_pages/home''
NoMethodError:
undefined method `visit'' for
#<RSpec::Core::ExampleGroup::Ne...