From 0cf3f9adf5b1a650e7916cae75e19c1a2efe6fa2 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 22 Dec 2014 03:29:16 -0800 Subject: [PATCH] Remove duplicate description of the previous line [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 7d3da22597..7ed102196f 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -212,7 +212,7 @@ Next, let's look at our first assertion: assert true ``` -This line of code is called an _assertion_. An assertion is a line of code that evaluates an object (or expression) for expected results. For example, an assertion can check: +An assertion is a line of code that evaluates an object (or expression) for expected results. For example, an assertion can check: * does this value = that value? * is this object nil? -- GitLab