To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSearch specific version
In order to get relevant search results
As a visitor to a project with multiple versions
I want the search to only show me results from the version I'm looking at
- Background Multiple Versions
-
- Given
- a project "rspec/rspec-core"
- And
- project "rspec-core" has a version named "2.0"
- And
- project "rspec-core" has a version named "2.1"
- And
-
a feature has been pushed to the version "2.0":
Feature: Foo Foos are best
- And
-
a feature has been pushed to the version "2.1":
Feature: Foo Foos are even better now
- Scenarios
-
- Search within latest version
-
- When
- I go to rspec-core's project page
- And
- I search for "Foo"
- Then
- I should see 1 search result
- And
- I should see "Foos are even better now"
- Search within an older version
-
- When
- I go to rspec-core's project page
- And
- I follow "2.0"
- And
- I search for "Foo"
- Then
- I should see 1 search result
- And
- I should see "Foos are best"
Last published over 7 years ago by mattwynne.