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 project for markdown file
In order to get the full picture
As a feature reader who's searching a project
I want to see markdown files alongside features in the search results
- Background
-
- Given
- a project "rspec/rspec-core"
- And
-
the Project has a feature:
Feature: Fingers Larry Heard was Mr Fingers
- And
-
the Project has a markdown file:
fingers *and* thumbs
- And
-
the Project has a markdown file:
# Fish ...and chips
- Scenarios
-
- Search for a term that's mentioned in the markdown
-
- When
- I visit the page for the project
- And
- I search for "Fingers"
- Then
- I should see 2 search results
- And
- I should see "Larry Heard"
- And
- I should see "and thumbs"
Last published over 7 years ago by mattwynne.