method
during
1.1.4 -
Show latest stable
- Class:
Spec::Matchers
during(&block)public
No documentation available.
# File spec/spec_helper.rb, line 55
def during(&block)
CorrectlyOrderedMockExpectation.new(&block)
end during(&block)No documentation available.
# File spec/spec_helper.rb, line 55
def during(&block)
CorrectlyOrderedMockExpectation.new(&block)
end