Class
RSpec::Matchers::BuiltIn::Change
In:
lib/rspec/matchers/built_in/change.rb
Parent:
Object
Methods
==
actual_delta
by
by_at_least
by_at_most
description
evaluate_value_proc
failure_message_for_should
failure_message_for_should_not
from
matches?
new
raise_block_syntax_error
to
Public Class methods
new
(receiver=nil, message=nil, &block)
Public Instance methods
==
(event_proc)
Alias for matches?
actual_delta
()
by
(expected_delta)
by_at_least
(minimum)
by_at_most
(maximum)
description
()
evaluate_value_proc
()
failure_message_for_should
()
failure_message_for_should_not
()
from
(before)
matches?
(event_proc)
raise_block_syntax_error
()
to
(to)
[Validate]