OSDN Git Service

Fixed test for `wp plugin is-installed <plugin>`
authorJosh Betz <j@joshbetz.com>
Mon, 12 Aug 2013 22:55:55 +0000 (17:55 -0500)
committerJosh Betz <j@joshbetz.com>
Mon, 12 Aug 2013 22:55:55 +0000 (17:55 -0500)
There was extra white space in the expected output

features/plugin.feature

index 5616bd6..299a116 100644 (file)
@@ -32,7 +32,7 @@ Feature: Manage WordPress plugins
     When I run `wp plugin is-installed zombieland && echo "Zombieland"`
     Then STDOUT should contain:
       """
-          Zombieland
+      Zombieland
       """
 
     When I run `wp plugin status`