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:
commit
be0d5330cd
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…
Reference in a new issue