We probably want action_on_unpermitted_parameters to be :raise in test and development so our specs break if they rely on passing parameters that are going to be discarded/ignored in production.
# We want to know if our specs pass unpermitted parameters
config.action_controller.action_on_unpermitted_parameters = :raise