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

Version Path
trusty-clipped-extension-3.1.4 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-3.1.3 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-3.1.2 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-3.1.1 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-3.1.0 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-3.0.0 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.15 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.14 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.13 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.12 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.11 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.10 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.9 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.8 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.7 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.6 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.5 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.4 spec/lib/frame_grab_spec.rb
trusty-clipped-extension-2.0.3.pre.beta spec/lib/frame_grab_spec.rb