Skip to content

Commit

Permalink
Merge pull request #12992 from arunagw/build-fix-routing-inspector
Browse files Browse the repository at this point in the history
Build fix for Routing Inspector
  • Loading branch information
rafaelfranca committed Nov 22, 2013
2 parents b39b365 + 7917a5a commit 8973a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/test/dispatch/routing/inspector_test.rb
Expand Up @@ -50,7 +50,7 @@ def self.inspect
" blog /blog Blog::Engine",
"",
"Routes for Blog::Engine:",
"cart GET /cart(.:format) cart#show"
" cart GET /cart(.:format) cart#show"
], output
end

Expand All @@ -61,7 +61,7 @@ def test_cart_inspect

assert_equal [
"Prefix Verb URI Pattern Controller#Action",
"cart GET /cart(.:format) cart#show"
" cart GET /cart(.:format) cart#show"
], output
end

Expand Down

0 comments on commit 8973a5a

Please sign in to comment.