spec/spec_helper.rb in sub_diff-1.0.1 vs spec/spec_helper.rb in sub_diff-1.0.2

- old
+ new

@@ -8,9 +8,11 @@ end rescue LoadError # Ignore when testing with Ruby 1.8.7 end +require File.expand_path('../../lib/sub_diff', __FILE__) + RSpec.configure do |config| config.filter_run :focus config.raise_errors_for_deprecations! config.run_all_when_everything_filtered = true end