Sha256: 9bdf85baafe98c756c80863814614fa5ce2bddc9ffcee7227b5fda77f6eee792

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

# encoding: utf-8
#
# This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

require "pathname"
require "simplecov"  

SimpleCov.start do
  root = Pathname.new(File.dirname(__FILE__)) + ".."

  add_filter do |src_file|
    path = Pathname.new(src_file.filename).relative_path_from(root).to_s
    path !~ /^(lib)/
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mbrao-1.1.1 spec/coverage_helper.rb
mbrao-1.1.0 spec/coverage_helper.rb
mbrao-1.0.3 spec/coverage_helper.rb
mbrao-1.0.2 spec/coverage_helper.rb
mbrao-1.0.1 spec/coverage_helper.rb
mbrao-1.0.0 spec/coverage_helper.rb