summaryrefslogtreecommitdiff
path: root/example/twirl/app/test/src/ExampleTests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'example/twirl/app/test/src/ExampleTests.scala')
-rw-r--r--example/twirl/app/test/src/ExampleTests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/twirl/app/test/src/ExampleTests.scala b/example/twirl/app/test/src/ExampleTests.scala
index 815f656..2c445fb 100644
--- a/example/twirl/app/test/src/ExampleTests.scala
+++ b/example/twirl/app/test/src/ExampleTests.scala
@@ -4,7 +4,7 @@ import io.undertow.Undertow
import utest._
object ExampleTests extends TestSuite{
- def test[T](example: cask.main.BaseMain)(f: String => T): T = {
+ def withServer[T](example: cask.main.BaseMain)(f: String => T): T = {
val server = Undertow.builder
.addHttpListener(8080, "localhost")
.setHandler(example.defaultHandler)
@@ -17,7 +17,7 @@ object ExampleTests extends TestSuite{
}
val tests = Tests {
- 'Twirl - test(Twirl) { host =>
+ test("Twirl") - withServer(Twirl) { host =>
val body = requests.get(host).text()
assert(