From e1d78de7f1186ec018773bd1cccf97ca46b59df3 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Tue, 26 Jun 2012 22:34:13 -0700 Subject: [PATCH] Eliminate test failure --- test/test_pry_defaults.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_pry_defaults.rb b/test/test_pry_defaults.rb index 6ae59eb2..17d0ebd2 100644 --- a/test/test_pry_defaults.rb +++ b/test/test_pry_defaults.rb @@ -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