Sha256: 4304a3ace7db5899d9d4e8ebdb3d39a144a331efb857e494642a7e5819a28922
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/ require 'simplecov' require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter SimpleCov.start end require 'rspec/autorun' require 'rubydora' RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubydora-0.5.10 | spec/spec_helper.rb |
rubydora-0.5.9 | spec/spec_helper.rb |