mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Ruby 1.9: more constant lookup badness :(
This commit is contained in:
parent
52e2bbd5c0
commit
0ff8f81adc
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class IntegrationProcessTest < ActionController::IntegrationTest
|
||||||
def with_test_route_set
|
def with_test_route_set
|
||||||
with_routing do |set|
|
with_routing do |set|
|
||||||
set.draw do |map|
|
set.draw do |map|
|
||||||
match ':action', :to => IntegrationController
|
match ':action', :to => ::IntegrationProcessTest::IntegrationController
|
||||||
end
|
end
|
||||||
yield
|
yield
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue