yshmarov / insta2blog.com

Automagically post your Instagram photos to a perfect SEO blog. Turn your Instagram account into a website.
https://insta2blog.com/
MIT License
14 stars 2 forks source link

test faraday requests with webmock #44

Closed yshmarov closed 2 years ago

yshmarov commented 2 years ago

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 from InstaAuthService to a new InstaMeService

How to test

Self-check

Visual Changes

Before

After