config =
  
  seleniumAddress: 'http://localhost:4444/wd/hub'
  
  specs: [
    'docs/app/src/**/.coffee'
  ]

module.exports = config