Remove unnecessary route reload in integration tests, obsoleted by [7676]. Closes #10094. [Koz]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8168 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski 2007-11-19 23:11:26 +00:00
parent 24e6cbc724
commit e1a2f3c898
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ module ActionController
unless defined? @named_routes_configured
# install the named routes in this session instance.
Routing::Routes.reload!
klass = class<<self; self; end
Routing::Routes.install_helpers(klass)