module RSpec::Hal::Matchers::DocumentMatchers::ForwardCompat

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

Public Instance Methods

failure_message(&blk) click to toggle source
# File lib/rspec/hal/matchers.rb, line 67
def failure_message(&blk)
  failure_message_for_should(&blk)
end