Sha256: d58be1489eea4e8c1d747d1bd8ff0dba0ea85117d84315078af69a2c791bdb88
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
require "simplecov" SimpleCov.start if ENV["CI"] require "codeclimate-test-reporter" CodeClimate::TestReporter.start end $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "chrono" RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
chrono-0.1.0 | spec/spec_helper.rb |
chrono-0.0.6 | spec/spec_helper.rb |
chrono-0.0.5 | spec/spec_helper.rb |
chrono-0.0.4 | spec/spec_helper.rb |