Sha256: 894f810ec3698c17051f2c80f6e8d82aef6293ab60ab27983a578393968edaa4
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
# encoding: utf-8 if ENV['COVERAGE'] == 'true' require 'simplecov' SimpleCov.start do command_name 'spec:unit' add_filter 'config' add_filter 'spec' minimum_coverage 100 end end require 'spec' require 'spec/autorun' # require spec support files and shared behavior Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each do |file| require file end Spec::Runner.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ice_nine-0.8.0 | spec/spec_helper.rb |
ice_nine-0.7.0 | spec/spec_helper.rb |