fnmunhoz / street-comics

Simple app to navigate through all the comics ever released
0 stars 0 forks source link

chore: add rspec-rails #19

Closed fnmunhoz closed 3 years ago

fnmunhoz commented 3 years ago

Added with:

docker-compose run --rm street-comics-api bundle add webmock

Will be used for some upcoming request specs so we can mock external API requests and keep the specs execution predictable.