Add a simple feature test to test path uniqueness.

This commit is contained in:
2023-11-05 12:10:37 +02:00
parent 7f9a29190a
commit 9dec626025
2 changed files with 31 additions and 0 deletions
+7
View File
@@ -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