Sha256: bd3e08d12b366140da212fddd7b1b3111be7c9426efa22305d86071e39893e3d
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 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 config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aviglitch-0.1.6 | spec/spec_helper.rb |
aviglitch-0.1.5 | spec/spec_helper.rb |