spec/thumbnailer_spec.rb in vtools-0.0.3 vs spec/thumbnailer_spec.rb in vtools-0.1.0
- old
+ new
@@ -64,10 +64,10 @@
@thumbnailer.run.should == thumbs_array
end
it "creates thumb with postfix and offset" do
-
+
@options = {:thumb_count => 1, :thumb_start_point => 3, :postfix => "test.postfix"}
prepare_thumbnailer
thumbs_array = [ {:path => "#{@output_file}test.postfix.jpg", :offset => 3} ]