Sha256: cb6b6e8c76bed698483f0b9fe6e09e2a4f860983c10cfafe1c51d4dbc268c44c
Contents?: true
Size: 315 Bytes
Versions: 9
Compression:
Stored size: 315 Bytes
Contents
require 'logatron/logatron' RSpec.configure do |config| config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end end Logatron.configure do |c| c.logger = Logger.new(ENV['VERBOSE'] == 'true' ? $stdout : '/dev/null') c.level = Logatron::DEBUG c.transformer = proc {|x| x[:body]} end
Version data entries
9 entries across 9 versions & 1 rubygems