class Avm::Git::RevisionTest

def test_command_args

def test_command_args
  r = ::Shellwords.split(options.fetch(:test_command).to_s)
  return r if r.any?
  raise 'No command found'
end