Sha256: eaa173defb04b2a3426f818ec2f5943890c7f45b3fb3afe52fdf34e4aa577486
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter '/spec/' add_filter '/config/' add_filter '/vendor/' end if ENV["COVERAGE"] require 'rspec' require 'net/ntlm' # add project lib directory to load path spec_pathname = Pathname.new(__FILE__).dirname root_pathname = spec_pathname.join('..').expand_path # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. support_glob = root_pathname.join('spec', 'support', '**', '*.rb') Dir.glob(support_glob) do |path| require path end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubyntlm-0.5.1 | spec/spec_helper.rb |
rubyntlm-0.5.0 | spec/spec_helper.rb |