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 09878de commit 99e711aCopy full SHA for 99e711a
test/cases/coerced_tests.rb
@@ -1619,3 +1619,11 @@ class ReaperTest < ActiveRecord::TestCase
1619
end
1620
1621
1622
+
1623
1624
1625
1626
+class FixturesTest < ActiveRecord::TestCase
1627
+ # Skip test on Windows. Skip can be removed when Rails PR https://github.com/rails/rails/pull/39234 has been merged.
1628
+ coerce_tests! :test_binary_in_fixtures if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
1629
+end
0 commit comments