Sha256: c2277ce1371ac6081204fd882a5428902257ad220625cddb04c3696b78d643a3
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
Feature: Tags API In order to interact with github git data references GithubAPI gem Should return the expected results depending on passed parameters Background: Given I have "Github::GitData::Tags" instance # Scenario: Lists all tags on a repository # Given I want to get resource with the following params: # | user | repo | sha | # | wycats | thor | ffbc56c0c2 | # When I make request within a cassette named "git_data/tags/get" # Then the response status should be 200 # And the response type should be JSON # And the response should not be empty
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github_api-0.6.4 | features/git_data/tags.feature |
github_api-0.6.3 | features/git_data/tags.feature |
github_api-0.6.2 | features/git_data/tags.feature |