Sha256: dceda212ab170668b67f94b6fb961868ccd5cf72a9ab6e40001115cc3fa3bd88

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 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 | 54cbeb8591609aa949212c8988a08741008c9ade |
#     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

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.7.2 features/git_data/tags.feature
github_api-0.7.1 features/git_data/tags.feature
github_api-0.7.0 features/git_data/tags.feature
github_api-0.6.5 features/git_data/tags.feature