From aef331b27bee5cf0d71b81f7b67147e69672a247 Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Wed, 23 Nov 2011 22:52:46 +0100 Subject: [PATCH] Make specs green after updating the specs submodule. --- spec/functional/command_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '')