Closed alekgrischenko closed 6 years ago
I bypassed it using cached version flickraw.
Create your own flickr client class and in there, use Flickraw. You can then easily replace that implementation for testing with a mock client that doesn't use Flickraw but returns fake responses.
Hello, I can't stub request to Flickr API for my controller test flickr_search_controller.rb:
flickr_search_controller_spec.rb:
I get in console next error:
Does somebody have idea how can I stub this request?