Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b759093

Browse files
committedMar 5, 2021
Fix apple_only test helper
1 parent 215750d commit b759093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def windows_only
7272
end
7373

7474
def apple_only
75-
omit('apple only test') unless windows?
75+
omit('apple only test') unless apple?
7676
end
7777

7878
def unix_only

0 commit comments

Comments
 (0)
Please sign in to comment.