Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/player/player_registration_opens_an_account.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Register a player opens an account
I want to register myself as a player


Scenario: Register a player opens an account with zero coins
Scenario: Register a player opens an account with 100 coins
Given I set header "HTTP_ACCEPT" with value "application/json"
And I set header "CONTENT_TYPE" with value "application/json"
When I send a POST request to "/players" with body:
Expand All @@ -16,4 +16,4 @@ Feature: Register a player opens an account
"""
Then should exists accounts:
| owner | amount | currency |
| 7731eaf8-7a38-4e3b-ae97-a853d8c78ee1 | 0 | coin |
| 7731eaf8-7a38-4e3b-ae97-a853d8c78ee1 | 100 | coin |