Sha256: 58e86255f49d56f89c736b0e882e511a729a839c8fe6f70d789d0f767c8e8e84

Contents?: true

Size: 241 Bytes

Versions: 14

Compression:

Stored size: 241 Bytes

Contents

require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
SimpleCov.start do
  add_group 'Types', 'lib/rasti/form/types'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rasti-form-3.1.2 spec/coverage_helper.rb
rasti-form-3.1.1 spec/coverage_helper.rb
rasti-form-3.1.0 spec/coverage_helper.rb
rasti-form-3.0.0 spec/coverage_helper.rb
rasti-form-2.2.0 spec/coverage_helper.rb
rasti-form-2.1.0 spec/coverage_helper.rb
rasti-form-2.0.0 spec/coverage_helper.rb
rasti-form-1.1.1 spec/coverage_helper.rb
rasti-form-1.1.0 spec/coverage_helper.rb
rasti-form-1.0.3 spec/coverage_helper.rb
rasti-form-1.0.2 spec/coverage_helper.rb
rasti-form-1.0.1 spec/coverage_helper.rb
rasti-form-1.0.0 spec/coverage_helper.rb
rasti-form-0.1.0 spec/coverage_helper.rb