We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c71e3 commit 7edc0ceCopy full SHA for 7edc0ce
features/server.feature
@@ -8,9 +8,9 @@ Feature: Serve WordPress locally
8
9
When I run `curl -sS localhost:8181`
10
Then STDOUT should contain:
11
- """
12
- Just another WordPress site
13
+ """
+ Just another WordPress site
14
15
When I run `curl -sS localhost:8181/license.txt > /tmp/license.txt`
16
And I run `cmp /tmp/license.txt license.txt`
0 commit comments