Closed yshmarov closed 2 years ago
use Webmock to stub requests to Insta API. This way I can ensure that the most complex code in the app is valid.
move InstaUser logic from InstaAuthService to a new InstaMeService
InstaUser
InstaAuthService
InstaMeService
Before
After
Description
use Webmock to stub requests to Insta API. This way I can ensure that the most complex code in the app is valid.
move
InstaUser
logic fromInstaAuthService
to a newInstaMeService
How to test
Self-check
Visual Changes
Before
After