Sha256: e9643af049657d90b6f7ac33db40f9f1c66cc3e4a4626a7d4ad9aef79d705e5b
Contents?: true
Size: 667 Bytes
Versions: 19
Compression:
Stored size: 667 Bytes
Contents
# require File.expand_path('../../spec_helper', __FILE__) # # describe Paperclip::FrameGrab do # dataset :assets # let(:file) { File.new(File.join( File.dirname(__FILE__), "..", "fixtures", "test.flv")) } # let(:asset) { assets(:video) } # # if TrustyCms.config['assets.create_video_thumbnails?'] # context "processing video attachment" do # it "should create png icon and thumbnail" # it "should create jpeg file at configured size" # it "should squish if configured size is specific" # it "should preserve aspect ratio if configured size is >" # it "should resize then crop if configured size is #" # end # end # end
Version data entries
19 entries across 19 versions & 1 rubygems