Sha256: 50bb02df1c8bb2ce3a14e4f69310d354ee81fa32ce29f16ee547be3cf1e7b33c

Contents?: true

Size: 270 Bytes

Versions: 10

Compression:

Stored size: 270 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cocoapods-entitlements-statistics-0.1.5 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.1.2 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.1.1 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.1.0 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.6 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.5 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.4 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.3 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.2 spec/command/statistics_spec.rb
cocoapods-entitlements-statistics-0.0.1 spec/command/statistics_spec.rb