Sha256: 30879f060466baed0f38f9addddcbef2cfcb8e1f5748179974322f5705099a6f

Contents?: true

Size: 218 Bytes

Versions: 13

Compression:

Stored size: 218 Bytes

Contents

if defined?(CoverMe)
  CoverMe.config do |c|
    c.project.root = Dir.pwd
    c.at_exit      = proc {} # default hook opens coverage/ folder, ANNOYING!
    c.file_pattern = [%r"#{c.project.root}/lib/.+\.rb"]
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hallon-0.16.0 spec/support/cover_me.rb
hallon-0.15.0 spec/support/cover_me.rb
hallon-0.14.0 spec/support/cover_me.rb
hallon-0.13.0 spec/support/cover_me.rb
hallon-0.12.0 spec/support/cover_me.rb
hallon-0.11.0 spec/support/cover_me.rb
hallon-0.10.1 spec/support/cover_me.rb
hallon-0.9.1 spec/support/cover_me.rb
hallon-0.9.0 spec/support/cover_me.rb
hallon-0.8.0 spec/support/cover_me.rb
hallon-0.4.0 spec/support/cover_me.rb
hallon-0.3.0 spec/support/cover_me.rb
hallon-0.2.1 spec/support/cover_me.rb