Advertisement
Guest User

Untitled

a guest
Nov 26th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Failures:
  2.  
  3. 1) Static pages Home page should have the content 'Sample App'
  4. ←[31mFailure/Error:←[0m ←[31mexpect(page).to have_content('Sample App')←[0m
  5.  
  6. ←[31mexpected #has_content?("Sample App") to return true, got false←[0m
  7. ←[36m # ./spec/requests/static_pages_spec.rb:9:in `block (3 levels) in <top
  8. (required)>'←[0m
  9.  
  10. Finished in 0.07 seconds
  11. ←[31m1 example, 1 failure←[0m
  12.  
  13. Failed examples:
  14.  
  15. ←[31mrspec ./spec/requests/static_pages_spec.rb:7←[0m ←[36m# Static pages Home p
  16. age should have the content 'Sample App'←[0m
  17.  
  18. Randomized with seed 10853
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement