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

Version Path
hyperion_http-0.6.0 spec/support/core_helpers.rb
hyperion_http-0.5.0 spec/support/core_helpers.rb
hyperion_http-0.3.0 spec/support/core_helpers.rb
hyperion_http-0.2.4 spec/support/core_helpers.rb
hyperion_http-0.2.3 spec/support/core_helpers.rb
hyperion_http-0.2.2 spec/support/core_helpers.rb
hyperion_http-0.2.1 spec/support/core_helpers.rb
hyperion_http-0.1.9 spec/support/core_helpers.rb
hyperion_http-0.1.8 spec/support/core_helpers.rb