Sha256: 7ec114c83536836055567c3430c010aaa62f8bc61258b11f96c18a8088095203
Contents?: true
Size: 444 Bytes
Versions: 5
Compression:
Stored size: 444 Bytes
Contents
Feature: Ratelimit API Background: Given I have "Github::API" instance Scenario: Get ratelimit Given I want to ratelimit resource When I make request within a cassette named "ratelimit/get" Then the response should be 5000 Scenario: Get ratelimit remaining Given I want to ratelimit_remaining resource When I make request within a cassette named "ratelimit/get_remaining" Then the response should be 5000
Version data entries
5 entries across 5 versions & 1 rubygems