Commit aef331b2 authored by Eloy Duran's avatar Eloy Duran

Make specs green after updating the specs submodule.

parent fb7e49cb
......@@ -78,8 +78,8 @@ describe "Pod::Command" do
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 = '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment