Skip to content

Instantly share code, notes, and snippets.

@joelmccracken
Created May 3, 2013 18:16
Show Gist options
  • Save joelmccracken/5512307 to your computer and use it in GitHub Desktop.
Save joelmccracken/5512307 to your computer and use it in GitHub Desktop.
beforeEach ->
@addMatchers(
toBeInstanceOf: (type)->
@message = ->
"Expected #{@actual} to be an instance of #{type.name}"
@actual instanceof type
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment