Sha256: e3a2a6a597c185e732324e56c490aaade57cd4e0d9744c5b9a1c91d6d54cc50b
Contents?: true
Size: 258 Bytes
Versions: 60
Compression:
Stored size: 258 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Binary do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ binary }).should.be.instance_of Command::Binary end end end end
Version data entries
60 entries across 60 versions & 2 rubygems