use a method that actually exists

This commit is contained in:
Aaron Patterson 2010-10-01 17:54:50 -07:00
parent 61e8b23fe5
commit dfa331ae15

@ -167,7 +167,7 @@ def test_xml_http_request_override_accept
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