mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
added search test
This commit is contained in:
parent
e682d27994
commit
fd5a08a4b2
1 changed files with 11 additions and 0 deletions
11
features/searching.feature
Normal file
11
features/searching.feature
Normal 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.
|
||||||
|
"""
|
Loading…
Add table
Reference in a new issue