mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 05:37:43 +00:00
8 lines
184 B
Gherkin
8 lines
184 B
Gherkin
Feature: Adding an unique path
|
|
|
|
Scenario: Adding an new unique path
|
|
Given a path "/media"
|
|
When I add the path to the database
|
|
Then the path should be added successfully
|
|
|