test/test_platform.rb in boom-0.2.1 vs test/test_platform.rb in boom-0.2.2
- old
+ new
@@ -8,8 +8,8 @@
def test_darwin
assert_equal Boom::Platform.darwin?, RUBY_PLATFORM.include?('darwin')
end
def test_windows
- assert_equal Boom::Platform.windows?, true if RUBY_PLATFORM =~ /win|mingw/
+ assert_equal Boom::Platform.windows?, true if RUBY_PLATFORM =~ /mswin|mingw/
end
end