Sha256: 8a6ee7979390e554786cb7edda8a00032b5dac6b85636c005563b0c99b392894

Contents?: true

Size: 284 Bytes

Versions: 6

Compression:

Stored size: 284 Bytes

Contents

RSpec.configure do |config|
  config.before(:suite) do
    PortalConnectors.configure do |config|
      config.redis = Redis.new(url: "redis://localhost:6379/0")
    end
    PortalConnectors.redis.flushall
  end

  config.after(:each) do
    PortalConnectors.redis.flushall
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
portal-connectors-0.58.39xc spec/support/redis.rb
portal-connectors-0.58.39xb spec/support/redis.rb
portal-connectors-0.58.39xa spec/support/redis.rb
portal-connectors-0.58.39fj spec/support/redis.rb
portal-connectors-0.58.39fg spec/support/redis.rb
portal-connectors-0.58.38xn spec/support/redis.rb