Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Last active August 1, 2019 18:42
Embed
What would you like to do?
Feature: As a frequent user,
In order not repeat my preferences at each request,
I want to create my profile with my preferences
Scenario: The user is creating his profile with his preferences
Given a user
And he wants to learn
| DDD | hexagonal architecture |
And he only wants to see
| QUICKIE | CONFERENCE |
When he creates his profile
Then his preferences are stored within
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment