From 4c47f2e905623cf85ad5b800ff39feb9d25a2f6b Mon Sep 17 00:00:00 2001 From: atusa17 Date: Fri, 1 Feb 2019 22:05:59 -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 9bc08c6..346023d 100644 --- a/pandamonium-theorem-prover/src/test/resources/test.properties +++ b/pandamonium-theorem-prover/src/test/resources/test.properties @@ -1 +1 @@ -integration.test.base.url=http://localhost: \ No newline at end of file +integration.test.url=http://localhost: \ No newline at end of file