Sha256: f7e86df5d2fca1c9233833c36a621d8434b3887c35ff7dc869fd6d064b409ac2
Contents?: true
Size: 252 Bytes
Versions: 6
Compression:
Stored size: 252 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Sign do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ sign }).should.be.instance_of Command::Sign end end end end
Version data entries
6 entries across 6 versions & 1 rubygems