aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-22 03:29:16 -0800
committerZachary Scott <e@zzak.io>2014-12-22 03:29:16 -0800
commit0cf3f9adf5b1a650e7916cae75e19c1a2efe6fa2 (patch)
treec11968ffc5fc01d46cccab32a3c341832fd271e7 /guides/source
parentf2852298a1be4d8881dcdae3a79eb68346d9679b (diff)
downloadrails-0cf3f9adf5b1a650e7916cae75e19c1a2efe6fa2.tar.gz
rails-0cf3f9adf5b1a650e7916cae75e19c1a2efe6fa2.tar.bz2
rails-0cf3f9adf5b1a650e7916cae75e19c1a2efe6fa2.zip
Remove duplicate description of the previous line [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
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?