OSDN Git Service

Use P2 for tests instead, which won't fatal 3.4 (twentyeleven is already installed)
authorDaniel Bachhuber <d@danielbachhuber.com>
Tue, 20 Aug 2013 06:08:13 +0000 (23:08 -0700)
committerDaniel Bachhuber <d@danielbachhuber.com>
Tue, 20 Aug 2013 06:08:13 +0000 (23:08 -0700)
features/theme.feature

index 9aa1d8b..f09a44d 100644 (file)
@@ -72,10 +72,10 @@ Feature: Manage WordPress themes
   Scenario: Get details about an installed theme
     Given a WP install
 
-    When I run `wp theme install twentyeleven`
+    When I run `wp theme install p2`
     Then STDOUT should not be empty
 
-    When I run `wp theme get twentyeleven`
+    When I run `wp theme get p2`
     Then STDOUT should be a table containing rows:
       | Field | Value          |
-      | name  | Twenty Eleven  |
+      | name  | P2             |