mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update MetalTest for constant scoping change in 1.9
This commit is contained in:
parent
4869b74aee
commit
e9d6bcd19f
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ module MetalTest
|
||||||
class TestMiddleware < ActiveSupport::TestCase
|
class TestMiddleware < ActiveSupport::TestCase
|
||||||
def setup
|
def setup
|
||||||
@app = Rack::Builder.new do
|
@app = Rack::Builder.new do
|
||||||
use MetalMiddleware
|
use MetalTest::MetalMiddleware
|
||||||
run Endpoint.new
|
run MetalTest::Endpoint.new
|
||||||
end.to_app
|
end.to_app
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue