Skip to content

Commit

Permalink
Revert "Fix failing test in railties"
Browse files Browse the repository at this point in the history
This reverts commit 6bdc046.

This has been reverted because rails@8554537
  • Loading branch information
steveklabnik committed Dec 14, 2012
1 parent 8554537 commit a8864aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/test/rails_info_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def setup

test "info controller renders with routes" do
get :routes
assert_select 'table#routeTable'
assert_select 'pre'
end

end

0 comments on commit a8864aa

Please sign in to comment.