# File lib/shoulda/action_controller/macros.rb, line 51
51:       def should_not_set_the_flash
52:         matcher = set_the_flash
53:         should "not #{matcher.description}" do
54:           assert_rejects matcher, @controller
55:         end
56:       end