Sha256: a92dadfa76c7626d8d3b4175077a5b2523f560f11241477b42ed14aa3a12f205

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

require 'rspec'

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

4 entries across 4 versions & 1 rubygems

Version Path
hash_diff-1.1.1 spec/spec_helper.rb
hash_diff-1.1.0 spec/spec_helper.rb
hash_diff-1.0.0 spec/spec_helper.rb
hash_diff-0.8.0 spec/spec_helper.rb