= private = protected
xexample(description=nil, opts={}, &block)
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