Sha256: 22c2c574b346b2ea21af8a2ef02409858af2428b5e83ecd3a510e1d8173dead7
Contents?: true
Size: 1.19 KB
Versions: 7
Compression:
Stored size: 1.19 KB
Contents
Feature: Page In order to use multiple repositories As a browser I want to see the home page Scenario: When I open '/' Then I should see "Ginatra" And I should see "View My Git Repositories" And I should see "test" And I should see "description file for this repository and set the description for it." Scenario: When I open '/test' Then I should see "Ginatra" And I should see "test" And I should see "description file for this repository and set the description for it." And I should see "Commits" And I should see "(author)" Scenario: When I open '/test/commit/eefb4c3' Then I should see "Ginatra" And I should see "test" And I should see "description file for this repository and set the description for it." And I should see "Commit: eefb4c3" And I should see "doh, thanks lenary for reminding me of the files i'd forgotten" Scenario: When I open '/test/tree/24f701fd' Then I should see "Ginatra" And I should see "test" And I should see "description file for this repository and set the description for it." And I should see "Tree: 24f701fd" And I should see "README.md" And I should see ".gitignore"
Version data entries
7 entries across 7 versions & 2 rubygems