diff --git a/features/searching.feature b/features/searching.feature new file mode 100644 index 00000000..52e1ba54 --- /dev/null +++ b/features/searching.feature @@ -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. + """