Sha256: e1d1cb1f11b80dc3ce9a7a7e00bcd40d8edc3d6645736013ba8faa73f99fb036

Contents?: true

Size: 252 Bytes

Versions: 3

Compression:

Stored size: 252 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-pdk8-0.0.3 spec/command/pdk8_spec.rb
cocoapods-pdk8-0.0.2 spec/command/pdk8_spec.rb
cocoapods-pdk8-0.0.1 spec/command/pdk8_spec.rb