Fix typo on method name

This commit is contained in:
Alberto Almagro 2018-04-20 13:56:55 +02:00
parent 78d00b079e
commit 71a006df0e

@ -1417,7 +1417,7 @@ def index
assert_equal "XML", last_response.body
end
test "Rails.application#env_config exists and include some existing parameters" do
test "Rails.application#env_config exists and includes some existing parameters" do
make_basic_app
assert_equal app.env_config["action_dispatch.parameter_filter"], app.config.filter_parameters