Sha256: 508d94ffabd4046125b7e67a41b4982a2e2c7e7d66947650b1487816c92e1a83
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 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 Scenario: Health check returns ok Given I send a GET request to the api endpoint "/health" Then the response status should be "200" And the JSON response should have key "status"
Version data entries
3 entries across 3 versions & 1 rubygems