From 388938bdc898f0b1121e33c83638ef5a940afec5 Mon Sep 17 00:00:00 2001 From: Dan Poirier Date: Sun, 7 Jul 2019 17:50:19 -0400 Subject: [PATCH] **Changes** Add missing parameter projectPath to tests/.rooibosrc.json to fix test failure reported in issue 46. **Issues** Fixes #46. --- tests/.rooibosrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/.rooibosrc.json b/tests/.rooibosrc.json index 693d60fa..6b273721 100644 --- a/tests/.rooibosrc.json +++ b/tests/.rooibosrc.json @@ -1,5 +1,6 @@ { "testPath": "out/staging/source/tests/specs", "rootPath": "", - "outputPath": "out/staging/source/tests/rooibos" - } \ No newline at end of file + "outputPath": "out/staging/source/tests/rooibos", + "projectPath": "." + }