Sha256: 2b59ea121ef44b8e63f80dd2611c178e4c884459efc02fdd99fc353d4833cbfe
Contents?: true
Size: 320 Bytes
Versions: 10
Compression:
Stored size: 320 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 "/v1/health" Then the response status should be "200" And the JSON response should have "$..status_message" with the text "OK"
Version data entries
10 entries across 10 versions & 1 rubygems