mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

Added bits from SpecFlow 1.2 install Added lib/specflow libraries and nearly empty Spec test project Updating Orchard.proj to use NUnit task and locate test projects by pattern instead of fixed list --HG-- branch : dev
12 lines
323 B
Gherkin
12 lines
323 B
Gherkin
Feature: Using SpecFlow
|
|
In order to test Orchard
|
|
As a developer or contributor
|
|
I want to define scenarios that ensure functionality
|
|
|
|
Scenario: Spec flow generates and runs via nunit
|
|
Given I have a scenario
|
|
When I run steps
|
|
And they have values like "5"
|
|
Then they run
|
|
And values like five are captured
|