diff --git a/spec/sequel_data/migrate/migrator_spec.rb b/spec/sequel_data/migrate/migrator_spec.rb index 6d9965e..b0f6153 100644 --- a/spec/sequel_data/migrate/migrator_spec.rb +++ b/spec/sequel_data/migrate/migrator_spec.rb @@ -119,6 +119,8 @@ end context "when migrations are applied" do + after { db.drop_table(:data_migrations) } + it "does not leave extra connections open" do expect do migrator.migrate