Sha256: a210cae85d373e7be3b90f8df96d7c593335e1b62092ebd7e1e1469526c390ab

Contents?: true

Size: 508 Bytes

Versions: 10

Compression:

Stored size: 508 Bytes

Contents

# encoding: utf-8
#
# This file is part of the brauser 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"
require "coveralls"

Coveralls.wear!

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

10 entries across 10 versions & 1 rubygems

Version Path
brauser-3.2.0 spec/coverage_helper.rb
brauser-3.1.8 spec/coverage_helper.rb
brauser-3.1.7 spec/coverage_helper.rb
brauser-3.1.6 spec/coverage_helper.rb
brauser-3.1.5 spec/coverage_helper.rb
brauser-3.1.4 spec/coverage_helper.rb
brauser-3.1.3 spec/coverage_helper.rb
brauser-3.1.2 spec/coverage_helper.rb
brauser-3.1.1 spec/coverage_helper.rb
brauser-3.1.0 spec/coverage_helper.rb