Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Apr 8, 2016
1 parent 4dea7e0 commit c94e822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion features/core-verify-checksums.feature
Expand Up @@ -70,7 +70,10 @@ Feature: Validate checksums for WordPress install
When I run `wp core update`
Then STDOUT should not be empty

When I run `touch wp-includes/extra-file.txt`
Given a wp-includes/extra-file.txt file:
"""
hello world
"""
Then the wp-includes/extra-file.txt file should exist

When I run `wp core verify-checksums`
Expand Down

0 comments on commit c94e822

Please sign in to comment.