Method: RSpec::Core::ExampleGroup.xexample
- Defined in:
- lib/rspec/core/example_group.rb
.xexample ⇒ void .xexample(&example_implementation) ⇒ void .xexample(doc_string, *metadata) ⇒ void .xexample(doc_string, *metadata, &example_implementation) ⇒ void
Shortcut to define an example with :skip => 'Temporarily skipped with xexample'
.
186 |
# File 'lib/rspec/core/example_group.rb', line 186 define_example_method :xexample, :skip => 'Temporarily skipped with xexample' |