In features/documentation.feature:
Feature: Documentation
Scenario: User views documentation
When I go to the "Cucumber" documentation
Then I should see the "Cucumber" documentation
A minimal feature has a Feature
line and a Scenario
with one or more steps beginning with When
, Then
or another Gherkin keyword.
A sensible scenario would probably have more than one step.