spec/imgkit_spec.rb in imgkit-1.4.1 vs spec/imgkit_spec.rb in imgkit-1.4.2

- old
+ new

@@ -25,10 +25,10 @@ end it "should set a default height" do imgkit = IMGKit.new('<h1>Oh Hai</h1>') imgkit.options.length.should be 1 - imgkit.options[:height].should be 1000 + imgkit.options[:height].should be 0 end =begin it "should default to 'UTF-8' encoding" do