Sha256: 53da641c4dd28a6a068af71ac3a8c709e258b4c3d22de2986fa2b8079e3b0b27

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  Coveralls::SimpleCov::Formatter,
  SimpleCov::Formatter::HTMLFormatter
]

SimpleCov.start do
  add_filter '/spec/'
end

require 'after_do'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
after_do-0.3.1 spec/spec_helper.rb
after_do-0.3.0 spec/spec_helper.rb
after_do-0.2.3 spec/spec_helper.rb
after_do-0.2.2 spec/spec_helper.rb
after_do-0.2.1 spec/spec_helper.rb
after_do-0.2.0 spec/spec_helper.rb