spec/shydra/hydra_spec.rb in shydra-0.1.0 vs spec/shydra/hydra_spec.rb in shydra-0.1.1

- old
+ new

@@ -1,5 +1,10 @@ require 'spec_helper' describe "Hydra" do - it "needs to have tests written" + 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