Sha256: 20d4a61fc92415c6a54a63326ec53755abc7f0f62e02b61ce690b3c38e7e681c

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

require 'spec_helper'
require 'wgif/cli'

describe 'empty image list bug', regression: true do
  it 'throws an empty image list error' do
    args =  ['https://www.youtube.com/watch?v=deFDlB8RiNg',
             'fish_grease.gif',
             '--start',
             '00:00:13',
             '-d',
             '3',
             '-f',
             '20',
             '--width',
             '350']
    WGif::CLI.new.make_gif(args)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wgif-0.5.4 spec/regression/empty_image_list_spec.rb
wgif-0.5.3 spec/regression/empty_image_list_spec.rb
wgif-0.5.2 spec/regression/empty_image_list_spec.rb
wgif-0.5.1 spec/regression/empty_image_list_spec.rb
wgif-0.5.0 spec/regression/empty_image_list_spec.rb
wgif-0.4.0 spec/regression/empty_image_list_spec.rb