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.
2 parents b6285e9 + 5db70c9 commit 4730000Copy full SHA for 4730000
activerecord/test/cases/multi_db_migrator_test.rb
@@ -160,6 +160,7 @@ def test_migrator_db_has_no_schema_migrations_table
160
assert_not @pool_a.connection.table_exists?("schema_migrations")
161
migrator.migrate(1)
162
assert @pool_a.connection.table_exists?("schema_migrations")
163
+ migrator.rollback
164
165
_, migrator = migrator_class(3)
166
migrator = migrator.new(@path_b, @schema_migration_b, @internal_metadata_b)
@@ -168,6 +169,7 @@ def test_migrator_db_has_no_schema_migrations_table
168
169
assert_not @pool_b.connection.table_exists?("schema_migrations")
170
171
assert @pool_b.connection.table_exists?("schema_migrations")
172
173
end
174
175
def test_migrator_forward
0 commit comments