OSDN Git Service

add initial test case
authorscribu <mail@scribu.net>
Mon, 11 Mar 2013 18:20:38 +0000 (20:20 +0200)
committerscribu <mail@scribu.net>
Mon, 11 Mar 2013 18:20:38 +0000 (20:20 +0200)
features/help.feature [new file with mode: 0644]

diff --git a/features/help.feature b/features/help.feature
new file mode 100644 (file)
index 0000000..4c8077e
--- /dev/null
@@ -0,0 +1,6 @@
+Feature: Get help about WP-CLI commands
+
+  Scenario: Empty dir
+    Given an empty directory
+    When I run `wp help core`
+    Then it should run without errors