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