From 0e8aefcea21c5bd16c37343c4e160ef630b5df36 Mon Sep 17 00:00:00 2001 From: Jose Manuel Sampayo Date: Wed, 3 Jul 2019 12:37:43 +0200 Subject: [PATCH] = Fixing typo. --- rest-api-guidelines/core-principles/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-guidelines/core-principles/testing.md b/rest-api-guidelines/core-principles/testing.md index aa9af7b..3a8a172 100644 --- a/rest-api-guidelines/core-principles/testing.md +++ b/rest-api-guidelines/core-principles/testing.md @@ -1,6 +1,6 @@ # Testing -## DREED +## DREDD Every API description \(contract\) using HTTP\(S\) protocol **MUST** be tested against its API implementation. The tests **MUST** be executed using the [Dredd testing framework](https://github.com/apiaryio/dredd). The Dredd **MUST** [report the test results to Apiary](https://help.apiary.io/tools/automated-testing/testing-reporter/).