mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
11 lines
311 B
Gherkin
11 lines
311 B
Gherkin
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.
|
|
"""
|