Sha256: b865075b24556f7be029f324c6b0074ba193ca836062a271f1bac6f8ce34d38d
Contents?: true
Size: 546 Bytes
Versions: 3
Compression:
Stored size: 546 Bytes
Contents
$:.unshift(File.join("../../lib", __FILE__)) require "bundler/setup" require 'rspec' begin require 'simplecov' require 'coveralls' unless ENV['NOCOVERALLS'] SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ SimpleCov::Formatter::HTMLFormatter, (Coveralls::SimpleCov::Formatter unless ENV['NOCOVERALLS']) ]) SimpleCov.start do add_filter "/spec/" end rescue LoadError end require 'json/canonicalization' ::RSpec.configure do |c| c.filter_run focus: true c.run_all_when_everything_filtered = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
json-canonicalization-0.2.1 | spec/spec_helper.rb |
json-canonicalization-0.2.0 | spec/spec_helper.rb |
json-canonicalization-0.1.0 | spec/spec_helper.rb |