Tests for using stderr prompts

This commit is contained in:
Manuel Ebert 2013-07-22 12:04:32 +02:00
parent 7cf4fd701e
commit 0b7b88dcf0
4 changed files with 17 additions and 4 deletions

View file

@ -20,7 +20,7 @@ Feature: Multiple journals
Scenario: Tell user which journal was used
Given we use the config "multiple.json"
When we run "jrnl work a long day in the office"
Then the output should contain "Entry added to work journal"
Then we should see the message "Entry added to work journal"
Scenario: Write to specified journal with a timestamp
Given we use the config "multiple.json"