Class
RSpec::Matchers::RaiseError
In:
lib/rspec/matchers/raise_error.rb
Parent:
Object
Methods
description
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
description
()
eval_block
()
failure_message_for_should
()
failure_message_for_should_not
()
matches?
(given_proc)
verify_message
()
[Validate]