Tests for new structure

This commit is contained in:
Manuel Ebert 2013-11-29 10:23:16 -08:00
parent f22ddd706b
commit bf9adeb28a
3 changed files with 16 additions and 10 deletions

View file

@ -34,3 +34,9 @@ Feature: Basic reading and writing to a journal
Then we should get no error
and the journal should contain "2013-07-25 09:00 I saw Elvis."
and the journal should contain "He's alive."
Scenario: Displaying the version number
Given we use the config "basic.json"
When we run "jrnl -v"
Then we should get no error
Then the output should contain "version"