Revert "Fix failing test in railties"

This reverts commit 6bdc04624dcc0f45aab93af42d00224f67da36d5.

This has been reverted because 8554537e48
This commit is contained in:
Steve Klabnik 2012-12-14 15:51:12 -05:00
parent 8554537e48
commit a8864aafe9

@ -50,6 +50,7 @@ def setup
test "info controller renders with routes" do
get :routes
assert_select 'table#routeTable'
assert_select 'pre'
end
end