Skip to content

Instantly share code, notes, and snippets.

@kimberleehowley
Last active January 22, 2020 20:22
Show Gist options
  • Save kimberleehowley/756ff0f644a35ad910b261e8054b49fd to your computer and use it in GitHub Desktop.
Save kimberleehowley/756ff0f644a35ad910b261e8054b49fd to your computer and use it in GitHub Desktop.
def setupSpec // runs once - before the first feature method
def setup // runs before every feature method
def cleanup // runs after every feature method
def cleanupSpec // runs once - after the last feature method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment