class Sus::HaveDuration
def call(assertions, subject)
def call(assertions, subject) assertions.nested(self) do |assertions| Expect.new(assertions, measure(subject)).to(@predicate) end end
def call(assertions, subject) assertions.nested(self) do |assertions| Expect.new(assertions, measure(subject)).to(@predicate) end end