Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Created October 12, 2012 01:41
Show Gist options
  • Save bryanchug/3876883 to your computer and use it in GitHub Desktop.
Save bryanchug/3876883 to your computer and use it in GitHub Desktop.
/src/test/groovy/FooSpec.groovy
import spock.lang.Specification
class FooSpec extends Specification {
def 'Test foo'(){
expect:
"Bryan".bar == "Bryan is foobar."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment