mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +00:00
Add a simple feature test to test path uniqueness.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user