Skip to content

Commit 07a9d88

Browse files
committed
Remove cleanup code from migration_spec to streamline test execution
1 parent 4cdb532 commit 07a9d88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/core/migration_spec.cr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ require "../spec_helper"
33
describe CQL::Migration do
44
migrator = Northwind.migrator
55

6-
after_all do
7-
File.delete("spec/support/db/northwind.db")
8-
end
9-
106
it "has a migration" do
117
CQL::Migrator.migrations.size.should eq(2)
128
end

0 commit comments

Comments
 (0)