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