Sha256: 35960c3f3009ae1b7299cbedb92e3ee7e3c2ef3728af67928683655de0062af1
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
ENV["RACK_ENV"] ||= "test" require 'bundler/setup' require 'cachetastic' # and any other gems you need require 'timecop' RSpec.configure do |config| config.before do Timecop.freeze end config.after do Timecop.return end end class Cachetastic::BlockError < StandardError end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cachetastic-3.5.2 | spec/spec_helper.rb |
cachetastic-3.5.1 | spec/spec_helper.rb |
cachetastic-3.5.0 | spec/spec_helper.rb |
cachetastic-3.2.0 | spec/spec_helper.rb |