Gets the current test from the redis
42 43 44
# File 'lib/bigbench/store.rb', line 42 def self.test @redis.get(TEST_RECEIPT_KEY) end