Sha256: debdacf2183279e3a6fcd9b709d192a17928dd4cfff378d0242658230072d1c8
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'nsivideogranulate' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nsivideogranulate-0.2.0 | spec/spec_helper.rb |
nsivideogranulate-0.0.2 | spec/spec_helper.rb |
nsivideogranulate-0.0.1 | spec/spec_helper.rb |