Sha256: 20e35a367741926e4b195da1c0a643bd9ebefaacc66563ff2209d9838d18ebf1
Contents?: true
Size: 357 Bytes
Versions: 4
Compression:
Stored size: 357 Bytes
Contents
LIB_PATH = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift LIB_PATH require 'pathname' EXAMPLE_DIR = Pathname.new("../examples").expand_path(__FILE__) if ENV['TRAVIS'] == 'true' require 'coveralls' Coveralls.wear! else begin require 'simplecov' SimpleCov.start rescue LoadError puts "Not loading simplecov" end end # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mergit-1.1.1 | spec/spec_helper.rb |
mergit-1.1.0 | spec/spec_helper.rb |
mergit-1.0.0 | spec/spec_helper.rb |
mergit-0.1.0 | spec/spec_helper.rb |