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

Version Path
cassanity-0.6.0 examples/_shared.rb
cassanity-0.6.0.beta5 examples/_shared.rb
cassanity-0.6.0.beta4 examples/_shared.rb
cassanity-0.6.0.beta3 examples/_shared.rb
cassanity-0.6.0.beta2 examples/_shared.rb
cassanity-0.6.0.beta1 examples/_shared.rb
cassanity-0.5.1 examples/_shared.rb
cassanity-0.5.0 examples/_shared.rb
cassanity-0.4.0 examples/_shared.rb