From f172585eaa23b9edc40c5b73b066654e1bae7120 Mon Sep 17 00:00:00 2001 From: Aaron Lane <10655063+aaron-lane@users.noreply.github.com> Date: Thu, 25 Feb 2021 10:10:42 -0500 Subject: [PATCH] Fix Kitchen-Terraform language in test experiment This isn't incredibly important, but Kitchen-Terraform is written in and requires tests to be written in Ruby. --- website/docs/language/modules/testing-experiment.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/modules/testing-experiment.html.md b/website/docs/language/modules/testing-experiment.html.md index 0cbf31dd1..6b2bb7fce 100644 --- a/website/docs/language/modules/testing-experiment.html.md +++ b/website/docs/language/modules/testing-experiment.html.md @@ -25,7 +25,7 @@ Some existing efforts have piloted both approaches: * [Terratest](https://terratest.gruntwork.io/) and [kitchen-terraform](https://github.com/newcontext-oss/kitchen-terraform) both pioneered the idea of writing tests for Terraform modules with explicit - orchestration written in the Go programming language. + orchestration written in the Go and Ruby programming languages, respectively. * The Terraform provider [`apparentlymart/testing`](https://registry.terraform.io/providers/apparentlymart/testing/latest)