ltenzil / scrape

Scrape talks about building reports on user entered keywords and its search results (Google)
0 stars 0 forks source link

Missing test for the bulk keywords upload #19

Open longnd opened 2 years ago

longnd commented 2 years ago

The test for the bulk keywords upload (CSV upload) is missing. While the goal is not to have 100% test coverage but this is a critical part of the application and should be tested. https://github.com/ltenzil/scrape/blob/6eb163261a9102f748fc789147840f7856584ef8/app/controllers/keywords_controller.rb#L73-L74

ltenzil commented 2 years ago

Missed it, will add soon