summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-03 17:31:48 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 18:12:44 -0700
commit2b3276a2d20b696b6da9d4f4b986eea6175c0525 (patch)
tree73b678f1c4a26392cb8e2d500fae333da8faa1d8 /spec
parent8c7b46422fb0d752e113b5f199d8f82e85e053e0 (diff)
downloadmixlib-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.rb2
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