# File lib/shoulda/action_controller/macros.rb, line 36
36:       def should_set_the_flash_to(val)
37:         ::ActiveSupport::Deprecation.warn("use: should set_the_flash")
38:         should set_the_flash.to(val)
39:       end