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:
parent
5248d0154e
commit
64b3703a54
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def completer_test(bind, pry=nil, assert_flag=true)
|
||||||
return proc {|*symbols| symbols.each(&test) }
|
return proc {|*symbols| symbols.each(&test) }
|
||||||
end
|
end
|
||||||
|
|
||||||
if defined?(Bond)
|
if defined?(Bond) && Readline::VERSION !~ /editline/i
|
||||||
describe 'bond-based completion' do
|
describe 'bond-based completion' do
|
||||||
it 'should pull in Bond by default' do
|
it 'should pull in Bond by default' do
|
||||||
Pry.config.completer.should == Pry::BondCompleter
|
Pry.config.completer.should == Pry::BondCompleter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue