module.exports =
  test:
    options:
      reporter: 'spec'
      require: 'coffee-script/register'
    src: ['test/**/*.coffee']