Commit 9eab5cb9 authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Add init to command unit spec.

parent 66946a7f
......@@ -17,6 +17,7 @@ module Pod
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{ repo update }).should.be.instance_of Command::Repo::Update
Command.parse(%w{ init }).should.be.instance_of Command::Init
end
end
end
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