Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created July 3, 2010 20:30
Show Gist options
  • Save StanAngeloff/462816 to your computer and use it in GitHub Desktop.
Save StanAngeloff/462816 to your computer and use it in GitHub Desktop.
helpers.extend global, {
ok: (args...) ->
try
originalOk(args...)
passedTests: + 1
catch e
failedTests: + 1
finally
lengthTests: + 1
CoffeeScript: CoffeeScript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment