should = require "should"

describe "Project Setup", ->
    it "has a proper README", -> true
    it "uses CoffeeScript", -> true
    it "uses Mocha for tests", -> true
