Need to reset session for AP rescue tests after altering the route set

This commit is contained in:
Joshua Peek
2009-09-13 17:52:33 -05:00
parent 213c920e4f
commit a3fcfd819b

View File

@@ -359,6 +359,7 @@ class RescueTest < ActionController::IntegrationTest
map.connect 'invalid', :controller => "rescue_test/test", :action => 'invalid'
map.connect 'b00m', :controller => "rescue_test/test", :action => 'b00m'
end
reset!
yield
end
end