mirror of
https://github.com/github/rails.git
synced 2026-02-12 23:25:00 -05:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user