Sha256: 0b2929cf2b748616db1e4c2fd9eafc5700039be283c6e2a176524e6d9d08012b
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
# @note this file is loaded in env.rb to setup simplecov using RUBYOPTs for # child processes and @in-process unless RUBY_PLATFORM.include?('java') require 'simplecov' root = File.expand_path('../../../', __FILE__) SimpleCov.command_name(ENV['SIMPLECOV_COMMAND_NAME']) SimpleCov.root(root) load File.join(root, '.simplecov') end
Version data entries
6 entries across 6 versions & 2 rubygems