Sha256: 57bd33d49becbd624dd3f479c62df37f3ce2c47b1db081ab1b6c2ffa1c6fba8f

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-always-be-bundleing-0.0.3 spec/command/bundleing_spec.rb
cocoapods-always-be-bundleing-0.0.2 spec/command/bundleing_spec.rb
cocoapods-always-be-bundleing-0.0.1 spec/command/bundleing_spec.rb