Sha256: 93fc4a4824cd28cc9a1b616c25fadaaae60899710341bdd1f6b385d4f31b5523

Contents?: true

Size: 447 Bytes

Versions: 13

Compression:

Stored size: 447 Bytes

Contents

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

# The CocoaPods namespace
#
module Pod
  describe Command::Plugins do
    before do
      argv = CLAide::ARGV.new([])
      @command = Command::Plugins.new(argv)
    end

    it 'registers itself and uses the default subcommand' do
      Command.parse(%w(plugins)).should.be.instance_of Command::Plugins::List
    end

    it 'exists' do
      @command.should.not.be.nil?
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins_spec.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/cocoapods-plugins-1.0.0/spec/command/plugins_spec.rb
cocoapods-plugins-1.0.0 spec/command/plugins_spec.rb
cocoapods-plugins-1.0.0.rc.1 spec/command/plugins_spec.rb
cocoapods-plugins-1.0.0.beta.1 spec/command/plugins_spec.rb
cocoapods-plugins-0.4.2 spec/command/plugins_spec.rb
cocoapods-plugins-0.4.1 spec/command/plugins_spec.rb
cocoapods-plugins-0.4.0 spec/command/plugins_spec.rb
cocoapods-plugins-0.3.2 spec/command/plugins_spec.rb
cocoapods-plugins-0.3.1 spec/command/plugins_spec.rb
cocoapods-plugins-0.3.0 spec/command/plugins_spec.rb
cocoapods-plugins-0.2.0 spec/command/plugins_spec.rb
cocoapods-plugins-0.1.1 spec/command/plugins_spec.rb