Module: ShouldaMatchmakers::Controller::ActionController::Matchmaker::SetFlash
- Included in:
- ActionControllerControllerSmModel
- Defined in:
- lib/controller/action_controller/matchmakers/set_flash.rb
Instance Method Summary collapse
Instance Method Details
#set_flash_matcher_tests ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/controller/action_controller/matchmakers/set_flash.rb', line 8 def set_flash_matcher_tests set_flash_occurrences = get_set_flash_occurrences(@app_controller_name) if set_flash_occurrences.present? generate_set_flash_matcher_tests(@app_controller_name, set_flash_occurrences) else [] end end |