Sha256: af489d056d41b272d1fc17fdd11d48d8e1a54c75aee3c65acc2ff584aae88584
Contents?: true
Size: 263 Bytes
Versions: 14
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true if ENV['COVERAGE'] require 'simplecov' SimpleCov.start SimpleCov.at_exit do SimpleCov.result.format! `open ./coverage/index.html` if RUBY_PLATFORM =~ /darwin/ end end require 'lolcommits' require 'minitest/autorun'
Version data entries
14 entries across 14 versions & 1 rubygems