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