Sha256: aefaa8b6b3f769db1976aa2b59b486470cc49a2be411c8b50f1a10f9ff63746f
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
$TESTING=true $:.push File.join(File.dirname(__FILE__), '..', 'lib') require 'rubygems' require 'webmock/rspec' require 'json' require 'google_custom_search_api' require 'httparty' # from https://code.google.com/apis/console/b/0/?pli=1#project:853239283164:access GOOGLE_API_KEY = 'abc' # from http://www.google.com/cse/manage/all GOOGLE_SEARCH_CX = "123"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google_custom_search_api-0.0.1 | spec/spec_helper.rb |