Sha256: 79aeae72771227c5b2b5da0dc43f73e3b08cb4198b379b31789ddc13c1d3f19e

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

RUBY_1_9 = (RUBY_VERSION =~ /^1\.9/)
if RUBY_1_9 && !ENV['CI']
  require 'simplecov'
  SimpleCov.add_filter 'gems'
  SimpleCov.start
end
require "diff_matcher"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
diff_matcher-2.9.0 spec/spec_helper.rb
diff_matcher-2.8.1 spec/spec_helper.rb
diff_matcher-2.8.0 spec/spec_helper.rb
diff_matcher-2.7.1 spec/spec_helper.rb
diff_matcher-2.7.0 spec/spec_helper.rb
diff_matcher-2.6.0 spec/spec_helper.rb
diff_matcher-2.5.0 spec/spec_helper.rb
diff_matcher-2.4.1 spec/spec_helper.rb