xexample(description=nil, opts={}, &block)
public
Use this to temporarily disable an example.
# File lib/spec/example/example_group_methods.rb, line 87
def xexample(description=nil, opts={}, &block)
Kernel.warn("Example disabled: #{description}")
end