Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. rspec spec/routing/pages_routing_spec.rb -d
  2. .F.
  3.  
  4. Failures:
  5. 1) PagesController routing when no user is signed in routes the root route to pages#home
  6. Failure/Error: { :get => '/' }.should route_to(:controller => "pages", :action => "home")
  7. The recognized options <{"action"=>"show", "id"=>"master", "controller"=>"lists"}> did not match <{"action"=>"home", "controller"=>"pages"}>, difference: <{"action"=>"home", "id"=>"master", "controller"=>"pages"}>
  8. # ./spec/routing/pages_routing_spec.rb:13
  9.  
  10. Finished in 0.43641 seconds
  11. 3 examples, 1 failure
Add Comment
Please, Sign In to add comment