# File lib/rspec/rails/example/view_example_group.rb, line 35
      def _default_helpers
        helpers = [_default_helper].compact
        helpers << ApplicationHelper if Object.const_defined?('ApplicationHelper')
        helpers
      end