Sha256: db3251f42d2f8535e6350f17a00e1b60489b043f373ebb4bf595481c6b4bba52

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-label-0.0.2 spec/command/label_spec.rb
cocoapods-label-0.0.1 spec/command/label_spec.rb