10 lines
259 B
Gherkin
10 lines
259 B
Gherkin
|
Feature: something something
|
||
|
In order to something something
|
||
|
A user something something
|
||
|
something something something
|
||
|
|
||
|
Scenario: something something
|
||
|
Given inspiration
|
||
|
When I create a sweet new gem
|
||
|
Then everyone should see how awesome I am
|