OSDN Git Service

fix indentation in import.feature
authorscribu <mail@scribu.net>
Tue, 25 Jun 2013 22:26:13 +0000 (01:26 +0300)
committerscribu <mail@scribu.net>
Tue, 25 Jun 2013 22:26:47 +0000 (01:26 +0300)
[ci skip]

features/import.feature

index ffab45b..dc9f201 100644 (file)
@@ -1,6 +1,6 @@
 Feature: Import content.
 
-Scenario: Basic export then import
+  Scenario: Basic export then import
     Given a WP install
 
     When I run `wp post generate --post_type=post --count=3`
@@ -25,7 +25,7 @@ Scenario: Basic export then import
     When I run `wp site empty --yes`
     Then STDOUT should not be empty
 
-       When I run `wp post list --post_type=any --format=csv | wc -l`
+    When I run `wp post list --post_type=any --format=csv | wc -l`
     Then STDOUT should be:
       """
       1
@@ -41,4 +41,4 @@ Scenario: Basic export then import
     Then STDOUT should be:
       """
       8
-      """
\ No newline at end of file
+      """