We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a46ce commit e0c49eeCopy full SHA for e0c49ee
1 file changed
spec/spec_helper.rb
@@ -30,8 +30,8 @@
30
Bravo.default_documento = 'CUIT'
31
Bravo.default_moneda = :peso
32
Bravo.own_iva_cond = :responsable_inscripto
33
-# Bravo.logger = { log: true, level: :critical }
34
-Bravo.openssl_bin = ENV["TRAVIS"] ? 'openssl' : '/usr/local/Cellar/openssl/1.0.1e/bin/openssl'
+Bravo.logger = { log: ENV['BRAVO_LOG'] == 'true' }
+Bravo.openssl_bin = ENV['OPENSSL_PATH']
35
Bravo::AuthData.environment = :test
36
37
# TODO: refactor into actual validations
0 commit comments