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