Sha256: 815cd36e6f261339bcc666310561a6b68afb815e0cda33e51a6ceef6389f9481
Contents?: true
Size: 399 Bytes
Versions: 9
Compression:
Stored size: 399 Bytes
Contents
# Nothing to see here... move along. # Sets up load path for examples and requires some stuff require 'pp' require 'pathname' root_path = Pathname(__FILE__).dirname.join('..').expand_path lib_path = root_path.join('lib') $:.unshift(lib_path) require 'logger' require 'cassanity/instrumentation/log_subscriber' Cassanity::Instrumentation::LogSubscriber.logger = Logger.new(STDOUT, Logger::DEBUG)
Version data entries
9 entries across 9 versions & 1 rubygems