1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #2609 from luke-hill/patch-2

Fix typo in CONTRIBUTING.md
This commit is contained in:
Thomas Walpole 2022-11-03 21:37:53 -07:00 committed by GitHub
commit be0d5330cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ particular feature into Capybara.
## Pull Requests
- **Add tests!** Your patch won't be accepted if it doesn't have tests.
To run a single test or scenario in development use `:focus_` metadada, e.g.:
To run a single test or scenario in development use `:focus_` metadata, e.g.:
`it 'should simulate multiple held down modifier keys', :focus_ do`
- **Document any change in behaviour**. Make sure the README and any other