spec/extensions/mocha.rb in prawn-1.0.0 vs spec/extensions/mocha.rb in prawn-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
# Allow speccing things when an expectation matcher runs. Similar to #with, but
# always succeeds.
#
# @pdf.expects(:stroke_line).checking do |from, to|
# @pdf.map_to_absolute(from).should == [0, 0]