A bit of spinach tests

This commit is contained in:
Dmitriy Zaporozhets 2013-01-09 08:14:05 +03:00
parent ab344f31b6
commit 2f6603e581
11 changed files with 116 additions and 95 deletions

View file

@ -0,0 +1,13 @@
Feature: Admin Projects
Background:
Given I sign in as an admin
And there are projects in system
Scenario: Projects list
When I visit admin projects page
Then I should see all projects
Scenario: Projects show
When I visit admin projects page
And I click on first project
Then I should see project details