Sha256: a228925c2660cc3d9236ac8bf0aec572aa05e05671705072e7a2df4e34363a19
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 Bytes
Contents
Feature: Browsing Projects In order to browse our project As a web user I want to be able see branches and commits Background: Given There is a valid project called "waduswadus" Scenario: Loking Branches Given I go to the "waduswadus" project page Then I should see "master" Then I should see "production" Scenario: Looking Branch Commits Given I go to the "master" branch of "waduswadus" project Then I should see "Add successfull feature" And I should see "Add Rspec success spec" And I should not see "Update production branch" When I go to the "production" branch of "waduswadus" project And I should see "Update production branch"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ginst-0.2.2 | features/browsing_project.feature |