Sha256: 26a9c2ddc5af3803d3f1ae8826d5134744392574a9415637cf9a847b536f6959

Contents?: true

Size: 466 Bytes

Versions: 13

Compression:

Stored size: 466 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'streamio-ffmpeg'
require 'spec'
require 'spec/autorun'
require 'fileutils'

FFMPEG.logger = Logger.new(nil)

Spec::Runner.configure do |config|
end

def fixture_path
  @fixture_path ||= File.join(File.dirname(__FILE__), 'fixtures')
end

def tmp_path  
  @tmp_path ||= File.join(File.dirname(__FILE__), "..", "tmp")
end

FileUtils.mkdir_p tmp_path

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
streamio-ffmpeg-0.7.2 spec/spec_helper.rb
streamio-ffmpeg-0.7.1 spec/spec_helper.rb
streamio-ffmpeg-0.7.0 spec/spec_helper.rb
streamio-ffmpeg-0.6.8.1 spec/spec_helper.rb
streamio-ffmpeg-0.6.8 spec/spec_helper.rb
streamio-ffmpeg-0.6.7 spec/spec_helper.rb
streamio-ffmpeg-0.6.6 spec/spec_helper.rb
streamio-ffmpeg-0.6.5 spec/spec_helper.rb
streamio-ffmpeg-0.6.4 spec/spec_helper.rb
streamio-ffmpeg-0.6.3 spec/spec_helper.rb
streamio-ffmpeg-0.6.2 spec/spec_helper.rb
streamio-ffmpeg-0.6.0 spec/spec_helper.rb
streamio-ffmpeg-0.5.0 spec/spec_helper.rb