Skip to content

Commit

Permalink
Fix broken test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Oct 21, 2012
1 parent 5248d01 commit 64b3703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_completion.rb
Expand Up @@ -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
Expand Down

0 comments on commit 64b3703

Please sign in to comment.