spec/extensions/mocha.rb in prawn-2.0.1 vs spec/extensions/mocha.rb in prawn-2.0.2
- old
+ new
@@ -29,10 +29,9 @@
@parameters_matcher = ParameterChecker.new(&block)
self
end
end
-
# Equivalent to expects(method_name).at_least(0). More useful when combined
# with parameter matchers to ignore certain calls for the sake of parameter
# matching.
#
# @pdf.ignores(:stroke_color=).with("000000")