We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5e91b commit b19c728Copy full SHA for b19c728
test/cases/migration_test_sqlserver.rb
@@ -20,7 +20,7 @@ class MigrationTestSQLServer < ActiveRecord::TestCase
20
it "not create a tables if error in migrations" do
21
begin
22
migrations_dir = File.join ARTest::SQLServer.migrations_root, "transaction_table"
23
- quietly { ActiveRecord::MigrationContext.new(migrations_dir, ActiveRecord::SchemaMigration).up }
+ quietly { ActiveRecord::MigrationContext.new(migrations_dir).up }
24
rescue Exception => e
25
assert_match %r|this and all later migrations canceled|, e.message
26
end
0 commit comments