Skip to content

Commit 13be2f3

Browse files
committed
Ensure RUN_DIR is defined
1 parent e28fa88 commit 13be2f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/behat-steps.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Feature: Test that WP-CLI Behat steps work as expected
2828
Then the test-dir directory should not exist
2929

3030
Scenario: Test "Given an empty cache" step
31-
Given an empty cache
31+
Given a WP installation
32+
And an empty cache
3233
Then the {SUITE_CACHE_DIR} directory should exist
3334

3435
Scenario: Test "Given a file" step
@@ -44,7 +45,8 @@ Feature: Test that WP-CLI Behat steps work as expected
4445
"""
4546

4647
Scenario: Test "Given a cache file" step
47-
Given an empty cache
48+
Given a WP installation
49+
And an empty cache
4850
And a test-cache.txt cache file:
4951
"""
5052
Cached content

0 commit comments

Comments
 (0)