Sha256: 722a978d03be613ba358d604db0c0a93d8bb0037dbe152e5bf277bb9766c606b

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

require 'spec_helper'

describe "Hydra" do
  context "check api limit with one request" do
    it "only sends one request if the api-limit is too small for all the requests"
    it "sends all the requests if the api-limit will allow"

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shydra-0.4.2 spec/shydra/hydra_spec.rb
shydra-0.1.2 spec/shydra/hydra_spec.rb
shydra-0.1.1 spec/shydra/hydra_spec.rb