1
0
Fork 0
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:
Akshay Vishnoi 2016-01-09 05:54:10 +05:30
parent 7b065f623f
commit dafe5f4891

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