Sha256: 3064784ff5ce8ba0932937f3198686a312e50607059f2517c05ac7915da1731a

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-repo-tal-0.0.2 spec/command/repo_push_tal_spec.rb
cocoapods-repo-tal-0.0.1 spec/command/repo_push_tal_spec.rb