Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Stop Braintree from logging to STDOUT in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adammathys committed Sep 2, 2016
1 parent 6caafbc commit 99f0f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
Braintree::Configuration.public_key = 'mwjkkxwcp32ckhnf'
Braintree::Configuration.private_key = 'a9298f43b30c699db3072cc4a00f7f49'
Braintree::Configuration.merchant_id = '7rdg92j7bm7fk5h3'
Braintree::Configuration.logger = Rails.logger

VCR.configure do |c|
c.cassette_library_dir = "spec/fixtures/cassettes"
Expand Down

0 comments on commit 99f0f53

Please sign in to comment.