mirror of https://github.com/rails/rails
use a method that actually exists
This commit is contained in:
parent
61e8b23fe5
commit
dfa331ae15
|
@ -167,7 +167,7 @@ end
|
|||
|
||||
class IntegrationTestTest < Test::Unit::TestCase
|
||||
def setup
|
||||
@test = ::ActionDispatch::IntegrationTest.new(:default_test)
|
||||
@test = ::ActionDispatch::IntegrationTest.new(:app)
|
||||
@test.class.stubs(:fixture_table_names).returns([])
|
||||
@session = @test.open_session
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue