Skip to content

Commit 67af169

Browse files
committed
Update temp_test_sqlserver.rb
1 parent 892da09 commit 67af169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cases/temp_test_sqlserver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class TempTestSQLServer < ActiveRecord::TestCase
2020
INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs
2121
SQL
2222

23+
OtherDog.destroy_all
24+
2325
assert Dog.count, 1
2426
assert OtherDog.count, 0
2527

0 commit comments

Comments
 (0)