1
0
Fork 0
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:
Jeremy Kemper 2009-11-04 15:00:19 -08:00
parent 52e2bbd5c0
commit 0ff8f81adc

View file

@ -390,7 +390,7 @@ class IntegrationProcessTest < ActionController::IntegrationTest
def with_test_route_set
with_routing do |set|
set.draw do |map|
match ':action', :to => IntegrationController
match ':action', :to => ::IntegrationProcessTest::IntegrationController
end
yield
end