Module: RSpecDocumentation::RSpec

Defined in:
lib/rspec_documentation/rspec.rb,
lib/rspec_documentation/rspec/failure.rb

Overview

Provides various classes that wrap or interface RSpec internals.

Defined Under Namespace

Classes: Failure

Class Method Summary collapse

Class Method Details

.with_failure_notifier(callable, &block) ⇒ Object



8
9
10
# File 'lib/rspec_documentation/rspec.rb', line 8

def self.with_failure_notifier(callable, &block)
  ::RSpec::Support.with_failure_notifier(callable, &block)
end