spec/spec_helper.rb in hash_diff-0.7.0 vs spec/spec_helper.rb in hash_diff-0.8.0

- old
+ new

@@ -1,12 +1,11 @@ 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 \ No newline at end of file +end