From: Daniel Bachhuber Date: Tue, 20 Aug 2013 14:13:30 +0000 (-0700) Subject: Use P2, which isn't conditionally present in some WordPress installs X-Git-Tag: v0.12.0~64^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f669861408e412449e55b9e1efa7d5e0f0bd9c86;p=wvm%2Fwvm.git Use P2, which isn't conditionally present in some WordPress installs --- diff --git a/features/theme.feature b/features/theme.feature index e01b40d1..c05ecd0f 100644 --- a/features/theme.feature +++ b/features/theme.feature @@ -72,13 +72,13 @@ Feature: Manage WordPress themes Scenario: Get the path of 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 path twentyeleven --dir` + When I run `wp theme path p2 --dir` Then STDOUT should contain: """ - wp-content/themes/twentyeleven + wp-content/themes/p2 """ Scenario: Get details about an installed theme