From 74d23bf2d4915fddb60d7b1577daaad99d5cdac9 Mon Sep 17 00:00:00 2001 From: atusa17 Date: Fri, 1 Feb 2019 22:02:48 -0700 Subject: [PATCH] Initial Gradle commit with test properties, development properties, logging properties, lombok properties, and travis properties, and example Spring Boot classes and integration and unit tests --- pandamonium-theorem-prover/src/test/resources/test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandamonium-theorem-prover/src/test/resources/test.properties b/pandamonium-theorem-prover/src/test/resources/test.properties index 2881c42..9bc08c6 100644 --- a/pandamonium-theorem-prover/src/test/resources/test.properties +++ b/pandamonium-theorem-prover/src/test/resources/test.properties @@ -1 +1 @@ -test.base.url=http://localhost: \ No newline at end of file +integration.test.base.url=http://localhost: \ No newline at end of file