Skip to content

Commit

Permalink
Change text string to check in test-wraith.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
uberhacker committed Apr 24, 2017
1 parent 18781e4 commit bd6d9be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test-wraith.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
}

0 comments on commit bd6d9be

Please sign in to comment.