Sha256: 87b3dec4e541b58d098c6d5c09874e83fb99b0a7dbefade4ff29145401d68c8e
Contents?: true
Size: 603 Bytes
Versions: 1
Compression:
Stored size: 603 Bytes
Contents
# # This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require "bundler/setup" if ENV["COVERAGE"] require "simplecov" require "coveralls" Coveralls.wear! if ENV["CI"] 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 end require File.dirname(__FILE__) + "/../lib/brauser"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brauser-4.1.2 | spec/spec_helper.rb |