describe "Coffee Demo", ->

  it "basic math", ->
    expect(1 + 1).toBe 2
