Sha256: 4305b87f8bba8c12f709b00122beee4def578fb82237126509e9e057d307f9de

Contents?: true

Size: 435 Bytes

Versions: 5

Compression:

Stored size: 435 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'

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

5 entries across 5 versions & 1 rubygems

Version Path
streamio-ffmpeg-0.4.3 spec/spec_helper.rb
streamio-ffmpeg-0.4.2 spec/spec_helper.rb
streamio-ffmpeg-0.4.1 spec/spec_helper.rb
streamio-ffmpeg-0.4.0 spec/spec_helper.rb
streamio-ffmpeg-0.3.0 spec/spec_helper.rb