module RSpec::Rails::ViewExampleGroup::ClassMethods

def _default_helpers

def _default_helpers
  helpers = [_default_helper].compact
  helpers << ApplicationHelper if Object.const_defined?('ApplicationHelper')
  helpers
end