Class: Hoodoo::TransientStore::Mocks

Inherits:
Object
  • Object
show all
Defined in:
lib/hoodoo/transient_store/mocks/dalli_client.rb,
lib/hoodoo/transient_store/mocks/redis.rb

Overview

Mock back-end code used by tests to allow them to run without a dependency on the real engine (though the real engine is always recommended and Hoodoo core tests always cover both).

Defined Under Namespace

Classes: DalliClient, Redis