Sha256: cd846735d2c4be36ec44a37837a4c351c99810edb1091ae4c4a5d66adf3a4ef4
Contents?: true
Size: 391 Bytes
Versions: 6
Compression:
Stored size: 391 Bytes
Contents
require 'rspec' require 'rspec/autorun' PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')).freeze $LOAD_PATH << File.join(PROJECT_ROOT, 'lib') Dir[File.join(PROJECT_ROOT, 'spec/support/**/*.rb')].each { |file| require(file) } require 'hash_diff' RSpec.configure do |c| c.filter_run_excluding :skip_on_windows => !(RbConfig::CONFIG['host_os'] =~ /mingw32/).nil? end
Version data entries
6 entries across 6 versions & 1 rubygems