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

Version Path
aruba-0.14.14 features/support/simplecov_setup.rb
aruba-0.14.13 features/support/simplecov_setup.rb
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/aruba-0.14.12/features/support/simplecov_setup.rb
aruba-0.14.12 features/support/simplecov_setup.rb
aruba-0.14.11 features/support/simplecov_setup.rb
aruba-0.14.10 features/support/simplecov_setup.rb