Sha256: c98a36bf0f92a34fde6be16da54b943508d2f59261353991594b224d917372b0

Contents?: true

Size: 416 Bytes

Versions: 9

Compression:

Stored size: 416 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'cover_me'

CoverMe.config do |c|
    # where is your project's root:
    c.project.root = File.expand_path("../lolita-translation") # => "Rails.root" (default)
    
    # what files are you interested in coverage for:
    c.file_pattern =  [
      /(#{CoverMe.config.project.root}\/app\/.+\.rb)/i,
      /(#{CoverMe.config.project.root}\/lib\/.+\.rb)/i
    ] 
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lolita-translation-0.7.3 spec/header.rb
lolita-translation-0.7.2 spec/header.rb
lolita-translation-0.7.1 spec/header.rb
lolita-translation-0.7.0 spec/header.rb
lolita-translation-0.6.3 spec/header.rb
lolita-translation-0.6.2 spec/header.rb
lolita-translation-0.6.1 spec/header.rb
lolita-translation-0.6.0 spec/header.rb
lolita-translation-0.5.0 spec/header.rb