Sha256: 48215846150ccb305e28232f1abc49bee89d16c56fd8a698423df347df8e6cf0
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
if ENV['COVERAGE'] if ENV['TRAVIS'] require 'coveralls' Coveralls.wear! else require 'simplecov' end end require 'lifx_dash' require 'minitest/autorun' require 'webmock/minitest' # set a quiet logger to /dev/null LOGGER = Logger.new("/dev/null")
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lifx_dash-0.2.3 | test/test_helper.rb |
lifx_dash-0.2.2 | test/test_helper.rb |
lifx_dash-0.2.1 | test/test_helper.rb |
lifx_dash-0.1.0 | test/test_helper.rb |