Fix broken test on mac

This commit is contained in:
Conrad Irwin 2012-10-20 22:54:33 -07:00
parent 5248d0154e
commit 64b3703a54
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def completer_test(bind, pry=nil, assert_flag=true)
return proc {|*symbols| symbols.each(&test) }
end
if defined?(Bond)
if defined?(Bond) && Readline::VERSION !~ /editline/i
describe 'bond-based completion' do
it 'should pull in Bond by default' do
Pry.config.completer.should == Pry::BondCompleter