mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
7 lines
259 B
Gherkin
7 lines
259 B
Gherkin
Feature: Import jrnl file
|
|
|
|
|
|
Scenario: Importing a jrnl file
|
|
Given we use the config "basic.yaml"
|
|
When we run "jrnl --import jrnl features/data/journals/tags.journal"
|
|
Then we should see the message "[2 imported to default journal]"
|