Skip to content

Commit

Permalink
Se modifica la descripción del feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cedaniel200 committed Sep 8, 2020
1 parent c40f0de commit 09ce7ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/test/resources/features/create_repository.feature
Original file line number Diff line number Diff line change
@@ -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
Then Cesar should see the repository created

0 comments on commit 09ce7ae

Please sign in to comment.