OSDN Git Service

add smoke test for search-replace
authorscribu <mail@scribu.net>
Sun, 14 Apr 2013 20:13:56 +0000 (23:13 +0300)
committerscribu <mail@scribu.net>
Sun, 14 Apr 2013 20:14:24 +0000 (23:14 +0300)
features/search-replace.feature [new file with mode: 0644]

diff --git a/features/search-replace.feature b/features/search-replace.feature
new file mode 100644 (file)
index 0000000..34241c8
--- /dev/null
@@ -0,0 +1,8 @@
+Feature: Do global search/replace
+
+  Scenario: Basic search/replace
+    Given a WP install
+
+    When I run `wp search-replace foo bar`
+    Then it should run without errors
+    And STDOUT should not be empty