Sha256: 5d1a9f5af137f0fc7877e98a93ae3c7c352a11dfd6ff41d74c0e0038ae220709
Contents?: true
Size: 362 Bytes
Versions: 19
Compression:
Stored size: 362 Bytes
Contents
@healthcheck Feature: Health check In order to ensure quality As a user I want to be able to test functionality of my API Background: Scenario: Health check returns ok Given I send and accept JSON When I send a GET request to the api endpoint "/v1/health" Then the response status should be "200" And the JSON response should have key "status_message"
Version data entries
19 entries across 19 versions & 2 rubygems