Sha256: 4db253056a93804e3e9fd5bc64637583c2a3861ee545bca988595c0ec0681033
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter "/spec/" end $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'mach5-tools' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mach5-tools-0.3.0 | spec/spec_helper.rb |
mach5-tools-0.2.2 | spec/spec_helper.rb |
mach5-tools-0.2.1 | spec/spec_helper.rb |