Sha256: 1a625eccdb445cc311b0e91af7171c9f96fe9714e1e18c51975ae569ca4490fb
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
# Require simplecov and coveralls before rantly application code. require 'simplecov' SimpleCov.start begin # Coveralls is marked as an _optional_ dependency, so don't # throw a fit if it's not there. require 'coveralls' Coveralls.wear! rescue LoadError end # Require rantly. require 'minitest/autorun' require 'rantly'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rantly-3.0.0 | test/test_helper.rb |
rantly-2.0.0 | test/test_helper.rb |
rantly-1.2.0 | test/test_helper.rb |
rantly-1.1.0 | test/test_helper.rb |