Sha256: d90a51194991401018d5b58d25b88fdf0fd3726c945812ebebe76d2d5731c7fe

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

require 'rspec'

require 'mock_redis'
require 'resque'
require 'timecop'

# This gem
require 'resque-unique_at_runtime'

RSpec.configure do |config|
  config.before(:suite) do
    Resque.redis = MockRedis.new
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
resque-unique_at_runtime-2.0.3 spec/spec_helper.rb
resque-unique_at_runtime-2.0.2 spec/spec_helper.rb
resque-unique_at_runtime-2.0.1 spec/spec_helper.rb
resque-unique_at_runtime-2.0.0 spec/spec_helper.rb