# File lib/rspec/core/example_group.rb, line 147
      def self.include_context(name, *args, &block)
        find_and_eval_shared("context", name, *args, &block)
      end