Skip to content

Instantly share code, notes, and snippets.

@leogrim
Last active May 2, 2016 17:40
Show Gist options
  • Save leogrim/0f30889a35da9e0770237e76f844d1b3 to your computer and use it in GitHub Desktop.
Save leogrim/0f30889a35da9e0770237e76f844d1b3 to your computer and use it in GitHub Desktop.
MyTest extends Specification {
"My feature" should {
"do something" in {
test block
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment