From bd6d9be45d513f37966fca7430a807d70433d239 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Sun, 23 Apr 2017 19:51:22 -0500 Subject: [PATCH] Change text string to check in test-wraith.bats --- tests/test-wraith.bats | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-wraith.bats b/tests/test-wraith.bats index 636aca1..77e1678 100644 --- a/tests/test-wraith.bats +++ b/tests/test-wraith.bats @@ -7,12 +7,11 @@ # @test "output of plugin 'wraith' command" { - run cd ~/.terminus/plugins/terminus-wraith-plugin run rm -rf configs/ javascript/ run wraith setup [[ "$output" == *"create javascript/wait--phantom.js"* ]] [ "$status" -eq 0 ] run terminus wraith --sites $TERMINUS_SOURCE_SITE_ENV,$TERMINUS_TARGET_SITE_ENV --paths home=/,user=/user -n - [[ "$output" == *"[notice] Gallery generated"* ]] + [[ "$output" == *"Gallery generated"* ]] [ "$status" -eq 0 ] }