Sha256: d2ef866ebff6b3d8a5b9bf06c1ab09ea58b709a7669f304cb9e0c0c0e319770a
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
begin require 'simplecov' require 'coveralls' SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start do add_filter '/spec/' end rescue LoadError end require File.expand_path(File.dirname(__FILE__) + '/../lib/sax-machine') if ENV['HANDLER'] == 'ox' SAXMachine.handler = :ox end RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sax-machine-0.3.0 | spec/spec_helper.rb |