Sha256: bc1d8e0cc8196cacf53a546ce349401ac04c7f028da035d15e750a673b95f4e6
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Dependsay do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ dependsay }).should.be.instance_of Command::Dependsay end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-dependsay-0.1.0 | spec/command/dependsay_spec.rb |