Sha256: 667134574f4ae73d907bdb74ef08c461e2f9b363e76733dbe6ee80a8905ae356
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "lib", "throttle") require "byebug" require "timecop" RSpec.configure do |config| config.before(:each) do keys = Redis.current.scan_each.to_a Redis.current.del(keys) if keys.any? end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
full_throttle-0.0.3 | spec/spec_helper.rb |
full_throttle-0.0.1 | spec/spec_helper.rb |