Sha256: 7a17bf96db0c7ea22c8e4bd67ff624725596a009a106fcd4d47f0f323c3cf037

Contents?: true

Size: 152 Bytes

Versions: 9

Compression:

Stored size: 152 Bytes

Contents

require 'simplecov'
SimpleCov.command_name 'test:unit'
SimpleCov.start do
  add_group 'Libs', 'lib/'
  track_files 'lib/*.rb'
  add_filter '/test/'
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
msmg_public-0.3.3 test/test_helper.rb
msmg_public-0.3.2 test/test_helper.rb
msmg_public-0.3.1 test/test_helper.rb
yaml_editor-0.0.2 test/test_helper.rb
msmg_public-0.2.1 test/test_helper.rb
msmg_public-0.2.0 test/test_helper.rb
msmg_public-0.1.2 test/test_helper.rb
msmg_public-0.1.1 test/test_helper.rb
msmg_public-0.1.0 test/test_helper.rb