Remove generated test for Student domain
This commit is contained in:
parent
1791013061
commit
bda9a7afd0
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user