require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::repo-tal do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ repo-tal }).should.be.instance_of Command::repo-tal end end end end