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 1072c3a commit 6b4675bCopy full SHA for 6b4675b
test/cases/migration_test_sqlserver.rb
@@ -21,7 +21,7 @@ class MigrationTestSqlserver < ActiveRecord::TestCase
21
begin
22
ActiveRecord::Migrator.up(SQLSERVER_MIGRATIONS_ROOT+'/transaction_table')
23
rescue Exception => e
24
- assert_match %r|migrations canceled|, e.message
+ assert_match %r|this and all later migrations canceled|, e.message
25
end
26
assert_does_not_contain @trans_test_table1, @connection.tables
27
assert_does_not_contain @trans_test_table2, @connection.tables
0 commit comments