Skip to content

Instantly share code, notes, and snippets.

@dmohl
Created November 30, 2011 02:47
Show Gist options
  • Save dmohl/1407758 to your computer and use it in GitHub Desktop.
Save dmohl/1407758 to your computer and use it in GitHub Desktop.
Pavlov.Coffee NuGet Package Content Example
describe "A feature that is being described", ->
foo = undefined
before ->
foo = "bar"
after ->
foo = "baz"
it "can be specified like so", ->
assert(foo).equals('bar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment