Sha256: fc23912db12ef9022be97cf0ab35e411dec86bea960babf1c45fb27b81cf3fe6
Contents?: true
Size: 480 Bytes
Versions: 24
Compression:
Stored size: 480 Bytes
Contents
if RUBY_VERSION >= '2.0.0' require 'simplecov' SimpleCov.start do # We do our utmost to test our executables by modularizing them into # testable pieces, but testing them to completion is nearly impossible as # far as I can tell, so include them in our tests but don't calculate # coverage. add_filter "/bin/" add_filter "/test/" end end require "minitest" require "minitest/autorun" #require "pry-rescue/minitest" require_relative "data_scaffold"
Version data entries
24 entries across 24 versions & 2 rubygems