1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #22985 from akshay-vishnoi/fix-typo

test `include?`- fix typo
This commit is contained in:
Rafael França 2016-01-16 03:59:29 -02:00
commit cff9cd9fe7

View file

@ -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