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 a1223cb commit abd0ab6Copy full SHA for abd0ab6
test/cases/adapter_test_sqlserver.rb
@@ -245,7 +245,8 @@ class AdapterTestSQLServer < ActiveRecord::TestCase
245
INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs
246
SQL
247
248
- # OtherDog.destroy_all
+ OtherDog.destroy_all
249
+
250
#
251
# assert Dog.count, 1
252
# assert OtherDog.count, 0
0 commit comments