OSDN Git Service

behat: more misc fixes
authorscribu <mail@scribu.net>
Tue, 14 May 2013 20:46:09 +0000 (23:46 +0300)
committerscribu <mail@scribu.net>
Tue, 14 May 2013 20:46:09 +0000 (23:46 +0300)
features/core.feature
features/plugin.feature

index 7de94ac..4accc60 100644 (file)
@@ -84,3 +84,4 @@ Feature: Manage WordPress installation
     And a custom wp-content directory
 
     When I run `wp plugin status hello`
+    Then STDOUT should not be empty
index ad9a885..b1093e2 100644 (file)
@@ -21,4 +21,4 @@ Feature: Manage WordPress plugins
       """
 
     When I run `wp plugin list --format=json`
-    And STDOUT should not be empty
+    Then STDOUT should not be empty