Sha256: 6855e93f7046b5f5c9c0ad4c2f944f142ddd6dadd77cac9b4ccfefe75446ed6e

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

require 'rspec'
require 'aviglitch'
require 'pathname'
require 'fileutils'

FILES_DIR = Pathname.new(File.dirname(__FILE__)).realpath + 'files'
OUTPUT_DIR = FILES_DIR + 'output'

RSpec.configure do |config|
  config.filter_run_excluding :skip => true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aviglitch-0.1.4 spec/spec_helper.rb