File: no_defaults.rb

package info (click to toggle)
ruby-simplecov 0.22.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,512 kB
  • sloc: ruby: 5,550; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (5)
1
2
3
4
# frozen_string_literal: true

ENV["SIMPLECOV_NO_DEFAULTS"] = "yes, no defaults"
require_relative "../simplecov"