We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:focus_
1 parent 7a2f635 commit 1dfdb29Copy full SHA for 1dfdb29
CONTRIBUTING.md
@@ -30,7 +30,9 @@ particular feature into Capybara.
30
31
## Pull Requests
32
33
-- **Add tests!** Your patch won't be accepted if it doesn't have tests.
+- **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`
36
37
- **Document any change in behaviour**. Make sure the README and any other
38
relevant documentation are kept up-to-date.
0 commit comments