spec/repeater_spec.rb in prawn-1.0.0.rc2 vs spec/repeater_spec.rb in prawn-1.0.0
- old
+ new
@@ -148,10 +148,10 @@
text.strings.include?("fill_color: 666666").should == false
text.strings.include?("fill_color: 000000").should == true
text.strings.include?("cap_style: round").should == false
text.strings.include?("cap_style: butt").should == true
end
-
+
end
end
end