Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created July 16, 2013 16:11
Show Gist options
  • Save zastrow/6010164 to your computer and use it in GitHub Desktop.
Save zastrow/6010164 to your computer and use it in GitHub Desktop.
window.jumpingBuses = ->
"awesome!"
describe "Stuntman", ->
it "should jump buses", ->
expect(jumpingBuses()).toBe "awesome!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment