Remove generated test for Student domain

This commit is contained in:
Mariusz Kuligowski 2018-03-15 23:48:06 +01:00
parent 1791013061
commit bda9a7afd0
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
package com.baeldung.grails
import grails.testing.gorm.DomainUnitTest
import spock.lang.Specification
class StudentSpec extends Specification implements DomainUnitTest<Student> {
def setup() {
}
def cleanup() {
}
void "test something"() {
expect:"fix me"
true == false
}
}