Un-tabify and re-gen all specflow test files

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-07-17 13:46:20 -07:00
parent 8022b45560
commit cee82ae866
7 changed files with 161 additions and 153 deletions

View File

@@ -1,14 +1,14 @@
Feature: Module management
In order add and enable features
As a root Orchard system operator
I want to install and enable modules and enable features
In order add and enable features
As a root Orchard system operator
I want to install and enable modules and enable features
Scenario: Installed modules are listed
Given I have installed Orchard
When I go to "admin/modules"
Then I should see "<h1>Installed Modules</h1>"
And I should see "<h2>Themes"
And the status should be 200 OK
Given I have installed Orchard
When I go to "admin/modules"
Then I should see "<h1>Installed Modules</h1>"
And I should see "<h2>Themes"
And the status should be 200 OK
Scenario: Features of installed modules are listed
Given I have installed Orchard