Sha256: 3db3f5ceab6bac64d72f94e2c21ff12c7b842839ba799529f60ecbba37312504

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

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