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 215750d commit b759093Copy full SHA for b759093
test/helper.rb
@@ -72,7 +72,7 @@ def windows_only
72
end
73
74
def apple_only
75
- omit('apple only test') unless windows?
+ omit('apple only test') unless apple?
76
77
78
def unix_only
0 commit comments