class Shoulda::Matchers::ActionController::FilterParamMatcher

def matches?(controller)

def matches?(controller)
  @controller = controller
  filters_key?
end