Sha256: dcb3c416c1cb1e06e934f63d99bcc8fa70a3643898a9b9144922e9e03287f51a
Contents?: true
Size: 481 Bytes
Versions: 24
Compression:
Stored size: 481 Bytes
Contents
if ENV['SIMPLECOV'] begin # Suppress warnings in order not to pollute stdout which tests expectations rely on $VERBOSE = nil if defined?(JRUBY_VERSION) require 'simplecov' SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..')) SimpleCov.start do add_filter 'iso-8859-1_steps.rb' add_filter '.-ruby-core/' add_filter '/spec/' add_filter '/features/' end rescue LoadError warn("Unable to load simplecov") end end
Version data entries
24 entries across 24 versions & 2 rubygems