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:
parent
6281d3c788
commit
dc9bbe0db7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue