Sha256: db31048e6f243129b558ce0bbe5ffba585f8b99bad24ad634b893923afc24919

Contents?: true

Size: 272 Bytes

Versions: 9

Compression:

Stored size: 272 Bytes

Contents

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

module Pod
  describe Command::Playgrounds do
    describe 'CLAide' do
      it 'registers it self' do
        Command.parse(%w( playgrounds )).should.be.instance_of Command::Playgrounds
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cocoapods-playgrounds-1.2.2 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-1.2.1 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-1.2.0 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-1.1.0 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-1.0.0 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-0.1.0 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-0.0.3 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-0.0.2 spec/command/playgrounds_spec.rb
cocoapods-playgrounds-0.0.1 spec/command/playgrounds_spec.rb