Commit e5d50403 authored by Emma Koszinowski's avatar Emma Koszinowski

Removed reference to Command::Search

parent da0c481e
...@@ -12,7 +12,6 @@ module Pod ...@@ -12,7 +12,6 @@ module Pod
Command.parse(%w(repo list )).should.be.instance_of Command::Repo::List Command.parse(%w(repo list )).should.be.instance_of Command::Repo::List
Command.parse(%w(repo update )).should.be.instance_of Command::Repo::Update Command.parse(%w(repo update )).should.be.instance_of Command::Repo::Update
Command.parse(%w(repo remove )).should.be.instance_of Command::Repo::Remove Command.parse(%w(repo remove )).should.be.instance_of Command::Repo::Remove
Command.parse(%w(search )).should.be.instance_of Command::Search
Command.parse(%w(setup )).should.be.instance_of Command::Setup Command.parse(%w(setup )).should.be.instance_of Command::Setup
Command.parse(%w(spec create )).should.be.instance_of Command::Spec::Create Command.parse(%w(spec create )).should.be.instance_of Command::Spec::Create
Command.parse(%w(spec lint )).should.be.instance_of Command::Spec::Lint Command.parse(%w(spec lint )).should.be.instance_of Command::Spec::Lint
......
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