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