On 2 November 2015 at 16:01, James Harold <jharold500@gmail.com> wrote:
>
> BTW, the error is listed here:
>
> 1) Failure:
> StaticPagesControllerTest#test_should_get_about
> [C:/Sites/sample_app/test/controllers/static_pages_controller_test.rb:19]:
> <About | Ruby on Rails Tutorial Sample App> expected but was
> <About | Ruby on Rails Tutorial Sample App.>.
The test producing that is
test "should get about" do
get :about
assert_response :success
assert_select "title", "About | Ruby on Rails Tutorial Sample App"
end
What do you think that error is trying to tell you?
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLufuVYRO6rQVSsKjBOFz8kQ_asWhDb7ub0OZ12EdNo4dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment