Sha256: 4c64245d290bc74f3ec9f0c35bfbcca728a223b3aa97e207cec7bc0e839d8b34
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Difficulty do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ difficulty }).should.be.instance_of Command::Difficulty end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-expert-difficulty-1.0.0 | spec/command/difficulty_spec.rb |
cocoapods-expert-difficulty-0.0.1 | spec/command/difficulty_spec.rb |