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

Fix broken test on mac

This commit is contained in:
Conrad Irwin 2012-10-20 22:54:33 -07:00
parent 5248d0154e
commit 64b3703a54

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