Sha256: bb412fcaef4c32685e88c0b405e9fe67a905877f1510c07cf8aa495e28421a63

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

require 'simplecov'
SimpleCov.start
SimpleCov.minimum_coverage 100

require 'pp'
require 'timecop'

require 'fast_cache'

Dir['spec/support/**/*.rb'].each { |f| require File.expand_path(f) }

RSpec.configure do |config|
  config.after do
    Timecop.return
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fast_cache-1.0.1 spec/spec_helper.rb
fast_cache-1.0.0 spec/spec_helper.rb