'use strict'

casper.test.comment 'Testing CoffeeScript test harness'

casper.start casper.TEST_URL, ->
  casper.test.info 'Testing main app page'

  @test.assertTitle 'sisyphus', 'Homepage has the correct title'

casper.run ->
  @test.done()
