Skip to content

Instantly share code, notes, and snippets.

@davidpadbury
Created March 1, 2011 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidpadbury/850059 to your computer and use it in GitHub Desktop.
Save davidpadbury/850059 to your computer and use it in GitHub Desktop.
def 'something returns a particular status code'() {
when:
controller.something()
then:
mockResponse.status == 403
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment