diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-03 17:31:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-06 18:12:44 -0700 |
commit | 2b3276a2d20b696b6da9d4f4b986eea6175c0525 (patch) | |
tree | 73b678f1c4a26392cb8e2d500fae333da8faa1d8 /spec | |
parent | 8c7b46422fb0d752e113b5f199d8f82e85e053e0 (diff) | |
download | mixlib-shellout-2b3276a2d20b696b6da9d4f4b986eea6175c0525.tar.gz |
Remove the unused platform helper
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/platform_helpers.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/platform_helpers.rb b/spec/support/platform_helpers.rb index 25e17f1..a03a0e0 100644 --- a/spec/support/platform_helpers.rb +++ b/spec/support/platform_helpers.rb @@ -2,8 +2,6 @@ def windows? !!(RUBY_PLATFORM =~ /mswin|mingw|windows/) end -# def jruby? - def unix? !windows? end |