k, thats really slow, lets not

This commit is contained in:
Joshua Peek 2009-08-16 21:21:39 -05:00
parent 24ad9ae3d2
commit ff1b0d3c86

@ -51,10 +51,6 @@ class TestCase
ActionController::Routing::Routes.draw do |map|
map.connect ':controller/:action/:id'
end
teardown do
ActionController::Routing::Routes.reload!
end
end
end
end
@ -81,10 +77,6 @@ class TestCase
end
end
teardown do
ActionController::Routing::Routes.reload!
end
def assert_template(options = {}, message = nil)
validate_request!