Skip to content

Instantly share code, notes, and snippets.

@machty
Created February 11, 2013 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save machty/4757365 to your computer and use it in GitHub Desktop.
Save machty/4757365 to your computer and use it in GitHub Desktop.
mini konacha
#= require spec_helper
#= require manifest
#= require application
describe "web app", ->
beforeEach -> window.manifest = MANIFEST
it "exists", ->
assert.ok Fashionhack
it "has has a manifest", ->
assert.equal manifest.foo, 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment