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 0cb2732 commit d0b5c34Copy full SHA for d0b5c34
test/cases/coerced_tests.rb
@@ -121,6 +121,9 @@ class BindParameterTest < ActiveRecord::TestCase
121
122
123
class CalculationsTest < ActiveRecord::TestCase
124
+ # I have no idea why 2 queries happen on windows vs 1.
125
+ coerce_tests! :test_offset_is_kept if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
126
+
127
# Are decimal, not integer.
128
coerce_tests! :test_should_return_decimal_average_of_integer_field
129
def test_should_return_decimal_average_of_integer_field_coerced
0 commit comments