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.
1 parent 892da09 commit 67af169Copy full SHA for 67af169
test/cases/temp_test_sqlserver.rb
@@ -20,6 +20,8 @@ class TempTestSQLServer < ActiveRecord::TestCase
20
INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs
21
SQL
22
23
+ OtherDog.destroy_all
24
+
25
assert Dog.count, 1
26
assert OtherDog.count, 0
27
0 commit comments