mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix typo in CONTRIBUTING.md
Simple typo fix
This commit is contained in:
parent
2d05c203d7
commit
2041e3e5f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue