Fix failing test in railties

Related to the HTML route inspector changes:
ae68fc3864
This commit is contained in:
Carlos Antonio da Silva 2012-12-14 09:38:28 -02:00
parent 5d54fd77b8
commit 6bdc04624d
1 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@ class InfoControllerTest < ActionController::TestCase
test "info controller renders with routes" do
get :routes
assert_select 'pre'
assert_select 'table#routeTable'
end
end