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
|
||||
def setup
|
||||
@app = Rack::Builder.new do
|
||||
use MetalMiddleware
|
||||
run Endpoint.new
|
||||
use MetalTest::MetalMiddleware
|
||||
run MetalTest::Endpoint.new
|
||||
end.to_app
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue