module RSpec::Matchers::FailMatchers
def fail(&block)
@example
Matches if an expectation fails
def fail(&block) raise_error(RSpec::Expectations::ExpectationNotMetError, &block) end
def fail(&block) raise_error(RSpec::Expectations::ExpectationNotMetError, &block) end