1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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