Sha256: c9d99862eaeaccb8644f3e4957b105602cc2f6a1cb3f9682e5a2e13acf4b0832
Contents?: true
Size: 547 Bytes
Versions: 8
Compression:
Stored size: 547 Bytes
Contents
Feature: Projects In order to allow multiple projects As a user I want to be able to switch between projects Scenario: Single project Given a feature file on the project "project_name" with the contents: """ Feature: Projects """ And I visit the project page for "project_name" Then I see a link to the feature "Projects" @javascript Scenario: Switch between projects Given 2 projects exist When I view the welcome page Then I can switch to the 2nd project And I can switch to the 1st project
Version data entries
8 entries across 8 versions & 2 rubygems