Skip to content

Instantly share code, notes, and snippets.

@kimberleehowley
Last active January 22, 2020 20:23
Show Gist options
  • Save kimberleehowley/eda30009e4462dd63b95e7d581b1e551 to your computer and use it in GitHub Desktop.
Save kimberleehowley/eda30009e4462dd63b95e7d581b1e551 to your computer and use it in GitHub Desktop.
Tests are recognized by Spock if a Groovy or Java class extends the abstract class Specification.
class CampaignServiceSpec 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