Merge pull request #4728 from inspec/zenspider/bump

Removing the osx? guard that has been pushed to minitest and released.
This commit is contained in:
Ryan Davis 2019-11-14 15:30:17 -08:00 committed by GitHub
commit 3266c76564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,10 +170,3 @@ end
class InspecTest < Minitest::Test
# shared stuff here
end
module Minitest::Guard
# TODO: push up to minitest
def osx?(platform = RUBY_PLATFORM)
/darwin/ =~ platform
end
end