# File lib/declarative_authorization/development_support/change_supporter.rb, line 350 def self.specific_actions (candidate) privilege = candidate.failed_tests.first.privilege context = candidate.failed_tests.first.context user = candidate.failed_tests.first.user AnalyzerEngine::Role.all_for_privilege(privilege, context, candidate.engine).collect do |role| new(user, role.to_sym) end end