Guest User

Untitled

a guest
Apr 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --- a/actionpack/test/dispatch/routing_test.rb
  2. +++ b/actionpack/test/dispatch/routing_test.rb
  3. @@ -80,6 +80,8 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest
  4. end
  5. end
  6.  
  7. + resources :make_projects_test_fail
  8. +
  9. match 'sprockets.js', :to => ::TestRoutingMapper::SprocketsApp
  10.  
  11. match 'people/:id/update', :to => 'people#update', :as => :update_person
Add Comment
Please, Sign In to add comment