Eliminate test failure

This commit is contained in:
Ryan Fitzgerald 2012-06-26 22:34:13 -07:00
parent e14ee9a6f4
commit e1d78de7f1
1 changed files with 0 additions and 5 deletions

View File

@ -356,11 +356,6 @@ describe "test Pry defaults" do
describe 'toplevel_binding' do
it 'should be devoid of local variables' do
mock_pry(Pry.toplevel_binding, "ls -l").should.not =~ /version/
# https://github.com/rubinius/rubinius/issues/357
unless Pry::Helpers::BaseHelpers.rbx? || Pry::Helpers::BaseHelpers.jruby?
mock_pry(TOPLEVEL_BINDING, "ls -l").should =~ /version/
end
end
it 'should have self the same as TOPLEVEL_BINDING' do