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 4fe4c2f commit 147b933Copy full SHA for 147b933
spec/support/os.rb
@@ -13,7 +13,7 @@ def with_operating_system(os, &blk)
13
when /darwin/ then :macos
14
when /win32|mingw|bccwin|cygwin/ then :windows
15
else
16
- raise "unkwnown OS: `#{host_os}'"
+ raise "unknown OS: `#{host_os}'"
17
end
18
19
blk.call if result == os
0 commit comments