mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-09-27 07:38:09 +00:00
9 lines
194 B
Gherkin
9 lines
194 B
Gherkin
Feature: Creating the source
|
|
|
|
Scenario: Adding an new unique source
|
|
Given the label "db"
|
|
And the path "/db"
|
|
When I add the source
|
|
Then the source should be added successfully
|
|
|