Skip to content

Instantly share code, notes, and snippets.

@fmamud
Created October 13, 2016 18:53
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 fmamud/e8cb36e351eb6035b01eb4a776ca2248 to your computer and use it in GitHub Desktop.
Save fmamud/e8cb36e351eb6035b01eb4a776ca2248 to your computer and use it in GitHub Desktop.
Spock Specification
import spock.lang.*
class MySpec extends Specification {
// fields
// fixture methods
// feature methods
// helper methods
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment