Sha256: e22a9fc9ab64fccad4a47eb6d906d11e5dbbae14545b374aab2343c0dd8c4c1b
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
Feature: Managing Projects In order to work with diferents projects As a web user I want to be able to create, edit and delete project Background: Given Ginst is runing in a clean ginst dir Scenario: Create project Given there is no projects And I go to the homepage When I follow "New Project" And I fill in "project[dir]" with a valid git directory And I fill in "Name" with "ยก Wadus Wadus !" And I press "Create" Then I should see a link to "/projects/wadus-wadus" Scenario: Editing project Given There is a valid project called "waduswadus" And I go to the "waduswadus" project page When I follow "Edit project" And I fill in "build_process" with "{:status => 0}" And I press "Update" Then I follow "Edit project" And I should see "{:status => 0}" Scenario: Delete project Given There is a valid project called "waduswadus" And I go to the "waduswadus" project page When I press "Delete" Then I should not see "waduswadus" Scenario: Checking the database Given There is a valid project called "wadus" When I go to the "master" branch of "wadus" project Then I should see "wadus.db" file
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ginst-0.2.2 | features/manage_projects.feature |