Need to reset session in internal integration tests after altering the route set

This commit is contained in:
Joshua Peek 2009-09-06 22:01:58 -05:00
parent 9f47f8d892
commit ab8aac09d6

@ -371,6 +371,7 @@ def with_test_route_set
c.connect "/:action"
end
end
reset!
yield
end
end