diff --git a/spec/functional/command_spec.rb b/spec/functional/command_spec.rb index 4fb386e952..57eecdf1ec 100644 --- a/spec/functional/command_spec.rb +++ b/spec/functional/command_spec.rb @@ -78,8 +78,8 @@ def command.puts(msg = '') it "searches for a pod with name, summary, or description matching the given query ignoring case" do [ - ['systemCONfiguration', %w{ Reachability }], - ['is', %w{ ASIHTTPRequest Reachability SSZipArchive }], + ['dROP', %w{ Reachability }], + ['is', %w{ ASIHTTPRequest SSZipArchive }], ].each do |query, results| command = Pod::Command.parse('search', '--silent', '--full', query) def command.puts(msg = '')