Sha256: cf7ea85d71b64b80da58fcc6b474b42ff2250a0b4bc88612669502ea3e84d1a5
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 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' require 'samples' require 'logger' OM.logger = Logger.new(STDERR) 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-3.1.1 | spec/spec_helper.rb |
om-3.1.0 | spec/spec_helper.rb |