Sha256: cb5210ca7841c8a43fc1e9182c3f42459b753e17e0a0a456b01009a519552e4e
Contents?: true
Size: 268 Bytes
Versions: 7
Compression:
Stored size: 268 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Trunk do describe 'CLAide' do it 'registers it self' do Command.parse(%w( trunk )).should.be.instance_of Command::Trunk end end end end
Version data entries
7 entries across 7 versions & 1 rubygems