# File lib/rspec/core/example_group.rb, line 119 def self.block_not_supported(label) warn("Customization blocks not supported for include_#{label}. Use it_behaves_like instead.") end