summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/completion_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/completion_spec.rb b/spec/completion_spec.rb
index 5df577f5..86aa41b5 100644
--- a/spec/completion_spec.rb
+++ b/spec/completion_spec.rb
@@ -239,7 +239,7 @@ describe Pry::InputCompleter do
unless Pry::Helpers::Platform.jruby?
# Classes that override .hash are still hashable in JRuby, for some reason.
it 'ignores methods from modules that override Object#hash incompatibly' do
- # skip unless Pry::Helpers::Platform.jruby?
+ require 'irb'
m = Module.new do
def self.hash; end