Comment out test in jruby too...

This commit is contained in:
Conrad Irwin 2012-06-10 23:48:46 -07:00
parent 6281d3c788
commit dc9bbe0db7
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ describe "test Pry defaults" do
mock_pry(Pry.toplevel_binding, "ls -l").should.not =~ /version/
# https://github.com/rubinius/rubinius/issues/357
unless Pry::Helpers::BaseHelpers.rbx?
unless Pry::Helpers::BaseHelpers.rbx? || Pry::Helpers::BaseHelpers.jruby?
mock_pry(TOPLEVEL_BINDING, "ls -l").should =~ /version/
end
end