Class
RSpec::Matchers::BuiltIn::RaiseError
In:
lib/rspec/matchers/built_in/raise_error.rb
Parent:
Object
Methods
==
description
does_not_match?
eval_block
failure_message_for_should
failure_message_for_should_not
matches?
new
verify_message
Public Class methods
new
(expected_error_or_message=Exception, expected_message=nil, &block)
Public Instance methods
==
(given_proc, negative_expectation = false)
Alias for matches?
description
()
does_not_match?
(given_proc)
eval_block
()
failure_message_for_should
()
failure_message_for_should_not
()
matches?
(given_proc, negative_expectation = false)
verify_message
()
[Validate]