Sha256: 8d18e4560f569c3c33980e655c7f9ac708d44d5967d02fa5b14d16c09b189786
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
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 '/features/' add_filter '/spec/' end rescue LoadError warn("Unable to load simplecov gem") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rs_232-2.0.7 | spec/simplecov_setup.rb |
rs_232-2.0.5 | spec/simplecov_setup.rb |
rs_232-2.0.4 | spec/simplecov_setup.rb |