Sha256: 1488f312bc4fc3ccad8dbbf649743d0c0eeb1f9e0c0daff7dd4607b37df72150
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/ require 'simplecov' require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter SimpleCov.start end require 'om' require 'rspec' require 'equivalent-xml/rspec_matchers' RSpec.configure do |config| end def fixture(file) File.new(File.join(File.dirname(__FILE__), 'fixtures', file)) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
om-1.9.0.rc1 | spec/spec_helper.rb |
om-1.9.0.pre1 | spec/spec_helper.rb |