Sha256: ed21c0eb76a66e961026a91beb2b09f683d4342c737cd50f9654398f09d10fc6

Contents?: true

Size: 296 Bytes

Versions: 24

Compression:

Stored size: 296 Bytes

Contents

require 'coveralls'
require 'simplecov'
require 'fileutils'
require 'rake'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
  add_filter '.yardoc'
  add_filter 'config'
  add_filter 'doc'
  add_filter 'manual'
  add_filter 'pkg'
  add_filter 'vendor'
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
hoe-manns-2.0.0 spec/spec_helper.rb
hoe-manns-1.6.2 spec/spec_helper.rb
hoe-manns-1.6.1 spec/spec_helper.rb
hoe-packaging-1.1.5 spec/spec_helper.rb
hoe-manns-1.6.0 spec/spec_helper.rb
hoe-manns-1.5.1 spec/spec_helper.rb
hoe-packaging-1.1.4 spec/spec_helper.rb
hoe-manns-1.5.0 spec/spec_helper.rb
hoe-manns-1.4.9 spec/spec_helper.rb
hoe-manns-1.4.8 spec/spec_helper.rb
hoe-manns-1.4.7 spec/spec_helper.rb
hoe-manns-1.4.6 spec/spec_helper.rb
hoe-manns-1.4.5 test/spec_helper.rb
hoe-manns-1.4.4 test/spec_helper.rb
hoe-manns-1.4.3 test/spec_helper.rb
hoe-manns-1.4.2 test/spec_helper.rb
hoe-manns-1.4.1 test/spec_helper.rb
hoe-manns-1.4.0 test/spec_helper.rb
hoe-manns-1.3.0 test/spec_helper.rb
hoe-manns-1.2.1 test/spec_helper.rb