mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +00:00
13 lines
337 B
Gherkin
13 lines
337 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
|
|
|
|
Scenario: Adding an new path with not uniq path
|
|
Given a path "/media"
|
|
When I add the path to the database
|
|
Then the exception should occur
|
|
|