# require_relative '../../../lib/pgit' # # describe 'PGit::Application' do # describe 'no arguments' do # it 'should bring up the usage' do # argv = [] # usage_message = "Usage: pgit\n"\ # " cob [pivotal-story-id]" # error_message = "POOP" # # expect do # PGit::Application.new(argv) # end.to raise_error(error_message) # end # end # end