From 78cea010929b74717669172856a7d60f554a5e09 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Sun, 23 Apr 2017 21:02:31 -0500 Subject: [PATCH] Remove full environment wraith test from test-wraith.bats --- tests/test-wraith.bats | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test-wraith.bats b/tests/test-wraith.bats index ac6f6c4..0f527e6 100644 --- a/tests/test-wraith.bats +++ b/tests/test-wraith.bats @@ -11,7 +11,4 @@ run wraith setup [[ "$output" == *"create javascript/wait--phantom.js"* ]] [ "$status" -eq 0 ] - run terminus wraith --sites basic-testing.md,basic-testing.dev --paths home=/,user=/user -n - [[ "$output" == *"[notice] Gallery generated"* ]] - [ "$status" -eq 0 ] }