summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
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