added search test

This commit is contained in:
Jims 2019-11-14 18:39:39 -05:00
parent e682d27994
commit fd5a08a4b2

View file

@ -0,0 +1,11 @@
Feature: Searching
Scenario: Searching for a string
Given we use the config "basic.yaml"
When we run "jrnl -S life"
Then we should get no error
and the output should be
"""
2013-06-10 15:40 Life is good.
| But I'm better.
"""