mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
test include?
- fix typo
This commit is contained in:
parent
7b065f623f
commit
dafe5f4891
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class ParametersPermitTest < ActiveSupport::TestCase
|
|||
assert_not company.dupped
|
||||
end
|
||||
|
||||
test "included? returns true when the key is present" do
|
||||
test "include? returns true when the key is present" do
|
||||
assert @params.include? :person
|
||||
assert @params.include? 'person'
|
||||
assert_not @params.include? :gorilla
|
||||
|
|
Loading…
Reference in a new issue