Class
RSpec::Matchers::BuiltIn::YieldControl
In:
lib/rspec/matchers/built_in/yield.rb
Parent:
BaseMatcher
Methods
at_least
at_most
exactly
failure_message_for_should
failure_message_for_should_not
matches?
new
once
times
twice
Public Class methods
new
()
Public Instance methods
at_least
(number)
at_most
(number)
exactly
(number)
failure_message_for_should
()
failure_message_for_should_not
()
matches?
(block)
once
()
times
()
twice
()
[Validate]