Sha256: e104b241f1f6f907bc60a68a943861970e54c79dee6e9b5e862fe14f1b88a431
Contents?: true
Size: 354 Bytes
Versions: 10
Compression:
Stored size: 354 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"
Version data entries
10 entries across 10 versions & 1 rubygems