Class: RSpectacles::Formatter::BatchedRedis

Inherits:
Redis
  • Object
show all
Defined in:
lib/rspectacles/formatter/batched_redis.rb

Instance Attribute Summary

Attributes inherited from Redis

#output

Instance Method Summary collapse

Methods inherited from Redis

#config, #current_run_key, #example_failed, #example_passed, #example_pending, #initialize, #message, #start, #stop

Constructor Details

This class inherits a constructor from RSpectacles::Formatter::Redis

Instance Method Details

#loggerObject



14
15
16
# File 'lib/rspectacles/formatter/batched_redis.rb', line 14

def logger
  @logger ||= RSpectacles::Adapter::BatchedRedisLogger.new(test_run_key: current_run_key)
end