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 c94f19f commit a288796Copy full SHA for a288796
test/cases/temp_test_sqlserver.rb
@@ -26,11 +26,11 @@ class TempTestSQLServer < ActiveRecord::TestCase
26
assert OtherDog.count, 0
27
28
# Dog.transaction do
29
- # OtherDog.transaction do
+ arunit_connection.transaction do
30
assert_nothing_raised do
31
arunit_connection.execute(sql)
32
end
33
- # end
+ end
34
# end
35
36
assert Dog.count, 1
0 commit comments