Module: ShouldaMatchmakers::Controller::ActionController::Matchmaker::SetSession

Included in:
ActionControllerControllerSmModel
Defined in:
lib/controller/action_controller/matchmakers/set_session.rb

Instance Method Summary collapse

Instance Method Details

#set_session_matcher_testsObject



8
9
10
11
12
13
14
15
# File 'lib/controller/action_controller/matchmakers/set_session.rb', line 8

def set_session_matcher_tests
  set_session_occurrences = get_set_session_occurrences(@app_controller_name)
  if set_session_occurrences.present?
    generate_set_session_matcher_tests(@app_controller_name, set_session_occurrences)
  else
    []
  end
end