This commit is contained in:
Brian Devins-Suresh 2020-03-23 15:11:10 -04:00
parent 8dd5993a8f
commit d3def8ce2d
1 changed files with 2 additions and 2 deletions

View File

@ -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)
} }