Tuesday, October 21, 2014

How to start your grails integration tests

I always keep forgetting how to start writing my grails integration tests. I hope this helps someone

class TestISpec extends grails.plugin.spock.IntegrationSpec {
     def 'this should do that'() {}
}

No comments:

Post a Comment