Skip to content

Commit 89def0c

Browse files
author
Vitalii Samolovskikh
committed
the new MailController
1 parent a6928bd commit 89def0c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package sample
2+
3+
import grails.test.mixin.TestFor
4+
import spock.lang.Specification
5+
6+
/**
7+
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
8+
*/
9+
@TestFor(MailController)
10+
class MailControllerSpec extends Specification {
11+
12+
def setup() {
13+
}
14+
15+
def cleanup() {
16+
}
17+
18+
void "test something"() {
19+
}
20+
}

0 commit comments

Comments
 (0)