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

remove reference to 'Readline' from if condition in tests.

This commit is contained in:
Robert Gleeson 2014-02-01 01:14:32 +01:00
parent 57aecd6a23
commit 005ea4898d

View file

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