Sha256: 54836e84cd157a790f2c40c235e07036b68f2c6479b5cb14206412da8b0cf2a8
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
## # This class is meant to be inherited by anonymous classes, # created through Kenny.define_log_subscriber_class. # # By inserting this class into the inheritance tree, # we can verify in test-environment whether the LogSubscribers # we created are indeed attached to the instrumentations we specified. module Kenny class LogSubscriber < ActiveSupport::LogSubscriber end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kenny-0.1.5 | lib/kenny/log_subscriber.rb |
kenny-0.1.4 | lib/kenny/log_subscriber.rb |
kenny-0.1.3 | lib/kenny/log_subscriber.rb |
kenny-0.1.2 | lib/kenny/log_subscriber.rb |