silverstripe-behat-extension/templates/SkeletonFeature.ss

15 lines
325 B
Scheme
Raw Permalink Normal View History

2014-08-02 08:30:27 +02:00
Feature: Addition
As a user
I want to do a thing
So that I can have a result
Background:
Given a base condition I want for all scenarios
Scenario: Add two numbers
Given a condition
And another condition
When I do an action
And I do another action
Then I should see the expected result