Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created July 16, 2013 16:12
Show Gist options
  • Save zastrow/6010168 to your computer and use it in GitHub Desktop.
Save zastrow/6010168 to your computer and use it in GitHub Desktop.
false
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