From 7917a5a5ffeb79bbb9a4991c7e0c610817c70dde Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 22 Nov 2013 00:45:51 +0100 Subject: Build fix for Routing Inspector Broken by 6701b4cf41f6f3d9cfc6a93715acbf852d1e468e --- actionpack/test/dispatch/routing/inspector_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/test/dispatch/routing/inspector_test.rb b/actionpack/test/dispatch/routing/inspector_test.rb index c63c1475a3..c8038bbd7c 100644 --- a/actionpack/test/dispatch/routing/inspector_test.rb +++ b/actionpack/test/dispatch/routing/inspector_test.rb @@ -50,7 +50,7 @@ module ActionDispatch " blog /blog Blog::Engine", "", "Routes for Blog::Engine:", - "cart GET /cart(.:format) cart#show" + " cart GET /cart(.:format) cart#show" ], output end @@ -61,7 +61,7 @@ module ActionDispatch assert_equal [ "Prefix Verb URI Pattern Controller#Action", - "cart GET /cart(.:format) cart#show" + " cart GET /cart(.:format) cart#show" ], output end -- cgit v1.2.3