Skip to content

Instantly share code, notes, and snippets.

@searls
Created November 1, 2011 18:08
Show Gist options
  • Save searls/1331396 to your computer and use it in GitHub Desktop.
Save searls/1331396 to your computer and use it in GitHub Desktop.
describe "panda", ->
Given -> inject('foo')
Given -> inject('bar')
Then(-> expect($('.foo')).toExist())
.Then(-> expect($('.bar')).toExist())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment