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