Sha256: 64921be77187d02d3b1e09699c5a56fabed9e1d8d998b5428d9267532547623c
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Util do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ util }).should.be.instance_of Command::Util end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-util-0.0.12 | spec/command/util_spec.rb |
cocoapods-util-0.0.11 | spec/command/util_spec.rb |