Sha256: 7fca46da76581864d207a6dff6ae687fca97f7a7aa2f701c890cab2de80f928d
Contents?: true
Size: 377 Bytes
Versions: 3
Compression:
Stored size: 377 Bytes
Contents
require 'pathname' ROOT = Pathname.new(File.expand_path('../../', __FILE__)) $LOAD_PATH.unshift((ROOT + 'lib').to_s) $LOAD_PATH.unshift((ROOT + 'spec').to_s) require 'bundler/setup' require 'rspec' require 'depcheck' # Use coloured output, it's the best. RSpec.configure do |config| config.filter_gems_from_backtrace 'bundler' config.color = true config.tty = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
depcheck-0.5.0 | spec/spec_helper.rb |
depcheck-0.4.0 | spec/spec_helper.rb |
depcheck-0.3.0 | spec/spec_helper.rb |