mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Typo in doc comment
```refute_chceked_field -> refute_checked_field```
This commit is contained in:
parent
21f01c507d
commit
e16ede1278
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ module Capybara
|
|||
# Assertion that there is no unchecked_field
|
||||
#
|
||||
# @!method assert_no_unchecked_field
|
||||
# @!method refute_unchceked_field
|
||||
# @!method refute_unchecked_field
|
||||
|
||||
##
|
||||
# Assertion that there is select
|
||||
|
|
Loading…
Reference in a new issue