mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +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
|
|
|