diff --git a/src/test/resources/features/create_repository.feature b/src/test/resources/features/create_repository.feature index e23ad27..39a74fe 100644 --- a/src/test/resources/features/create_repository.feature +++ b/src/test/resources/features/create_repository.feature @@ -1,7 +1,10 @@ Feature: Create repository - I as a free user I want to create a repository to start with the version of my source code + As a free user + I want to create a repository + So that start with the version of my source code Scenario: Creation of the repository Given Cesar wants to start versioning When Cesar creates a repository - Then Cesar should see the repository created \ No newline at end of file + Then Cesar should see the repository created +