corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
346 stars 46 forks source link

Fix PerseveranceScraper RSpec test coverage #148

Closed mtilda closed 3 years ago

mtilda commented 3 years ago

Fix the failing RSpec test PerseveranceScraper.scrape should create photo objects (#146) by altering the expected change in photo count from 205 to 34.

The json data only contains 34 photos: https://mars.nasa.gov/rss/api/?feed=raw_images&category=mars2020&feedtype=json&sol=1

mtilda commented 3 years ago

Pushing solutions for issues #149 and #150 to this branch. Now test coverage is at 100%!

corincerami commented 3 years ago

Thanks 👍