All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.testing.UnitTest.groovy Maven / Gradle / Ivy

@artifact.package@
import org.grails.testing.GrailsUnitTest
import spock.lang.Specification

class @artifact.name@Spec extends Specification implements GrailsUnitTest {

    def setup() {
    }

    def cleanup() {
    }

    void "test something"() {
        expect:"fix me"
            true == false
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy