Sha256: 65e733547893e990baa623417b138f3c59d4fc238eed21f8e03e76295c0ad561

Contents?: true

Size: 238 Bytes

Versions: 11

Compression:

Stored size: 238 Bytes

Contents

require 'coveralls'
require 'simplecov'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start

require 'cinch-dicebag'
require 'cinch/test'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cinch-dicebag-1.0.13 spec/spec_helper.rb
cinch-dicebag-1.0.12 spec/spec_helper.rb
cinch-dicebag-1.0.11 spec/spec_helper.rb
cinch-dicebag-1.0.10 spec/spec_helper.rb
cinch-dicebag-1.0.9 spec/spec_helper.rb
cinch-dicebag-1.0.8 spec/spec_helper.rb
cinch-dicebag-1.0.7 spec/spec_helper.rb
cinch-dicebag-1.0.6 spec/spec_helper.rb
cinch-dicebag-1.0.5 spec/spec_helper.rb
cinch-dicebag-1.0.4 spec/spec_helper.rb
cinch-dicebag-1.0.3 spec/spec_helper.rb