Sha256: af87830ee6b5a2c332fe7134cb0be955083787ddd152c1fef2899fd8a28b242f

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

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

module Pod
  describe Command::Deintegrate do
    describe 'CLAide' do
      it 'registers it self' do
        Command.parse(['deintegrate']).should.be.instance_of Command::Deintegrate
      end
    end

    before do
      @command = Command.parse(['deintegrate'])
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-deintegrate-0.1.1 spec/command/deintegrate_spec.rb