mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
7 lines
254 B
Gherkin
7 lines
254 B
Gherkin
Feature: Build process
|
|
|
|
Scenario: Version numbers should stay in sync
|
|
Given we use the config "simple.yaml"
|
|
When we run "jrnl --version"
|
|
Then we should get no error
|
|
And the output should contain pyproject.toml version
|