Sha256: b8c81b5466a2b79de4a1687b7b275c77496a3783fe4e2e9ab4277dde8649407b
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
require 'spec_helper' describe "Shydra" do context "api-limits" do describe '#update_api_limit' do it "sets the current requests left from a response" it "sets the first known time the api-limit was set" it "resets the first known time if the requests left increases" it "uses the response time if it is available" it "caches the results with memcache if it is available" it "synchronizes" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shydra-0.4.2 | spec/shydra_spec.rb |
shydra-0.1.2 | spec/shydra_spec.rb |
shydra-0.1.1 | spec/shydra_spec.rb |