Skip to content

Commit 7edc0ce

Browse files
committed
Fix docstring indent issue in feature files
1 parent 85c71e3 commit 7edc0ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/server.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Feature: Serve WordPress locally
88

99
When I run `curl -sS localhost:8181`
1010
Then STDOUT should contain:
11-
"""
12-
Just another WordPress site
13-
"""
11+
"""
12+
Just another WordPress site
13+
"""
1414

1515
When I run `curl -sS localhost:8181/license.txt > /tmp/license.txt`
1616
And I run `cmp /tmp/license.txt license.txt`

0 commit comments

Comments
 (0)