Sha256: d25a0cda93e4d441a71c115a0351f5b6c077fc7d15f091366173f173180cc767
Contents?: true
Size: 179 Bytes
Versions: 3
Compression:
Stored size: 179 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter do |source_file| source_file.filename =~ /test/ end end require 'coveralls' Coveralls.wear! require 'minitest/autorun'
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
api_problem-0.0.2 | test/test_helper.rb |
api_problem-0.0.1 | test/test_helper.rb |
json-patch-1.0.0 | test/test_helper.rb |