Sha256: 5b8be74cf5b91036d7b9a6b5ebcd1645fad2863bba553368c78e59cfa872641f

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 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.4.1 spec/command/trunk/addowner_spec.rb
cocoapods-trunk-0.4.0 spec/command/trunk/addowner_spec.rb
cocoapods-trunk-0.3.1 spec/command/trunk/addowner_spec.rb
cocoapods-trunk-0.3.0 spec/command/trunk/addowner_spec.rb
cocoapods-trunk-0.2.0 spec/command/trunk/addowner_spec.rb