google-search
google-search copied to clipboard
Warning: instance variable @each_response not initialized
I'm working on a feature for the faker gem that would utilize this gem, and anytime I run the tests for it, it prints this message a lot.
I was able to solve it by declaring @each_response as nil in the initialize, but would love feedback from others as well