The authorization_code request happens to generate a code that will be used on every ContaAzul request. So, if we need to use a resource in our Rails application we need to stub the authorization_code request before. The idea is to create a helper that could be included in rails_helper
The authorization_code request happens to generate a code that will be used on every ContaAzul request. So, if we need to use a resource in our Rails application we need to stub the authorization_code request before. The idea is to create a helper that could be included in
rails_helper