Sha256: eb7fd98c48db934fff1b84d2d02e4df7021a8c1357f4139fcaaf713f6a8a7e8f

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

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

module Pod
  describe Command::Deploy do
    describe 'CLAide' do
      it 'registers it self' do
        Command.parse(%w{ deploy }).should.be.instance_of Command::Deploy
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-deploy-0.0.4 spec/command/deploy_spec.rb
cocoapods-deploy-0.0.3 spec/command/deploy_spec.rb
cocoapods-deploy-0.0.2 spec/command/deploy_spec.rb
cocoapods-deploy-0.0.1 spec/command/deploy_spec.rb