Module: RSpec::Hal::Matchers::Document::ForwardCompat

Defined in:
lib/rspec/hal/matchers.rb

Overview

Provide a 3.0 compatible DSL methods for 2.x RSpec.

Instance Method Summary collapse

Instance Method Details

#failure_message(&blk) ⇒ Object



55
56
57
# File 'lib/rspec/hal/matchers.rb', line 55

def failure_message(&blk)
  failure_message_for_should(&blk)
end