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.
2 parents 7a2f635 + 1dfdb29 commit ad2f11eCopy full SHA for ad2f11e
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