Sha256: bf12e94b5847b03908fe7a63e2da181f35b026909568aaa31aaf5ddf4727cfb5

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

require File.expand_path('../../../spec_helper', __FILE__)

module Pod
  describe Command::Trunk::Push do
    describe "CLAide" do
      it "registers it self" do
        Command.parse(%w{ trunk push }).should.be.instance_of Command::Trunk::Push
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-trunk-0.1.3 spec/command/trunk/push_spec.rb
cocoapods-trunk-0.1.2 spec/command/trunk/push_spec.rb
cocoapods-trunk-0.1.1 spec/command/trunk/push_spec.rb
cocoapods-trunk-0.1.0 spec/command/trunk/push_spec.rb