This commit is contained in:
parent
8dd5993a8f
commit
d3def8ce2d
|
@ -20,11 +20,11 @@ class PlayWSClientTest extends HttpClientTest {
|
||||||
new GlobalSettings()
|
new GlobalSettings()
|
||||||
)
|
)
|
||||||
|
|
||||||
def setup() {
|
def setupSpec() {
|
||||||
Helpers.start(application)
|
Helpers.start(application)
|
||||||
}
|
}
|
||||||
|
|
||||||
def cleanup() {
|
def cleanupSpec() {
|
||||||
Helpers.stop(application)
|
Helpers.stop(application)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue