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 b0276be commit a1223cbCopy full SHA for a1223cb
test/cases/adapter_test_sqlserver.rb
@@ -245,10 +245,10 @@ 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
249
-
250
- assert Dog.count, 1
251
- assert OtherDog.count, 0
+ # OtherDog.destroy_all
+ #
+ # assert Dog.count, 1
+ # assert OtherDog.count, 0
252
253
assert_nothing_raised do
254
arunit_connection.execute(sql)
0 commit comments