blob: 90c5c3643e1b607c0b48ba69f248f34fe1b699c0 [file] [log] [blame]
require File.expand_path('../../../spec_helper', __FILE__)
module Pod
describe Command::Repo do
it 'defaults to the list subcommand' do
Command::Repo.default_subcommand.should == 'list'
end
end
end