Skip to content

Commit 1dfdb29

Browse files
committed
Add :focus_ usage to documentation
1 parent 7a2f635 commit 1dfdb29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ particular feature into Capybara.
3030

3131
## Pull Requests
3232

33-
- **Add tests!** Your patch won't be accepted if it doesn't have tests.
33+
- **Add tests!** Your patch won't be accepted if it doesn't have tests.
34+
To run a single test or scenario in development use `:focus_` metadada, e.g.:
35+
`it 'should simulate multiple held down modifier keys', :focus_ do`
3436

3537
- **Document any change in behaviour**. Make sure the README and any other
3638
relevant documentation are kept up-to-date.

0 commit comments

Comments
 (0)