Skip to content

Commit

Permalink
Make specs green after updating the specs submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 23, 2011
1 parent fb7e49c commit aef331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/functional/command_spec.rb
Expand Up @@ -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 = '')
Expand Down

0 comments on commit aef331b

Please sign in to comment.