Sha256: 22206c1b3aa9623a7e3a060e5af0ca4862d706f373a919c545984aa534c7d8da

Contents?: true

Size: 287 Bytes

Versions: 5

Compression:

Stored size: 287 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

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