Skip to content

Commit 4187544

Browse files
committed
Disable db.disconnect in ReferentialIntegrity
1 parent 9930856 commit 4187544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/referential_integrity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def without_referential_integrity_postgres
2525
end
2626

2727
def without_referential_integrity_mysql
28-
db.disconnect
28+
#db.disconnect
2929
db.run('SET FOREIGN_KEY_CHECKS = 0;')
3030
yield
3131
ensure

0 commit comments

Comments
 (0)