# File lib/spec/example/example_group_methods.rb, line 105
      def it_should_behave_like(*shared_example_groups)
        shared_example_groups.each do |group|
          include_shared_example_group(group)
        end
      end