Closed longnd closed 2 years ago
This test description isn't accurate, the expected behavior is to return a failure error I belive https://github.com/ltenzil/scrape/blob/6eb163261a9102f748fc789147840f7856584ef8/spec/models/keyword_spec.rb#L76-L82
return a failure error
Moreover, the test should be grouped under context
context
context "given search quota reached" it "returns a failure"
my bad. will modify it
I have copied from above test case. it should "return quota error" My bad
Resolved in #21
The fix solved this issue.
This test description isn't accurate, the expected behavior is to
return a failure error
I belive https://github.com/ltenzil/scrape/blob/6eb163261a9102f748fc789147840f7856584ef8/spec/models/keyword_spec.rb#L76-L82Moreover, the test should be grouped under
context