# File lib/shoulda/action_controller/macros.rb, line 44
44:       def should_not_set_the_flash
45:         ::ActiveSupport::Deprecation.warn("use: should_not set_the_flash")
46:         should_not set_the_flash
47:       end