spec/spec_helper.rb in passaporteweb-client-0.1.0 vs spec/spec_helper.rb in passaporteweb-client-0.2.0
- old
+ new
@@ -28,9 +28,10 @@
c.treat_symbols_as_metadata_keys_with_true_values = true
c.before(:vcr => true) do
PassaporteWeb.configure do |c|
c.url = 'http://sandbox.app.passaporteweb.com.br' # TODO trocar para https
+ # Those credentials are from Identity Client App
c.application_token = '8ab29iwKFI'
c.application_secret = 'VnWYenOqYsHtcFowrdJlwdJNALq5Go9v'
end
end
end