test/unit/peddler/test_headers.rb in peddler-1.6.0 vs test/unit/peddler/test_headers.rb in peddler-1.6.1
- old
+ new
@@ -33,6 +33,11 @@
end
def test_response_context
assert response_context
end
+
+ def test_handles_no_quota
+ @headers = {}
+ assert_nil quota
+ end
end