On Monday, November 2, 2015 at 10:18:01 AM UTC-6, Colin Law wrote:
>
> On 2 November 2015 at 16:01, James Harold <[email protected] 
> <javascript:>> 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 
>


It tells the program to perform the GET function for the HTML page, keep 
running the page when success is returned upon matching, and then select 
the page desired by the programmer and display it on the screen. I have 
also worked on the program, and have narrowed it down to two failure 
errors. They are 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
<Ruby on Rails Tutorial Sample App.>.
Expected 0 to be >= 1.


  2) Failure:
StaticPagesControllerTest#test_should_get_help 
[C:/Sites/sample_app/test/controllers/static_pages_controller_test.rb:13]:
<Help | Ruby on Rails Tutorial Sample App> expected but was
<Ruby on Rails Tutorial Sample App.>.
Expected 0 to be >= 1.

 What should I do next? How do I fix this?

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/35ee8201-0407-4574-8d55-f0bff6b1d566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to