Skip to content

Commit

Permalink
Test for the creation of all the expected files
Browse files Browse the repository at this point in the history
The test previously only tested that one of the expected files was
created.
  • Loading branch information
comkieffer committed Mar 23, 2024
1 parent 88fe01a commit 386c222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bdd/features/file_storage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Feature: Journals iteracting with the file system in a way that users can see
Then we should get no error
And the journal directory should contain
2013/07/23.txt
2014/07/23.txt

Scenario: If the journal and its parent directory don't exist, they should be created
Given we use the config "missing_directory.yaml"
Expand Down

0 comments on commit 386c222

Please sign in to comment.