From 3cc9359c2d1158722c29504a06da1805f6766243 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 22 Dec 2014 11:11:12 -0500 Subject: Remove this section, it adds no real value [ci skip] --- guides/source/testing.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 65c88303de..061d5d71e1 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -369,10 +369,6 @@ behavior: $ BACKTRACE=1 bin/rake test test/models/article_test.rb ``` -### What to Include in Your Unit Tests - -Ideally, you would like to include a test for everything which could possibly break. It's a good practice to have at least one test for each of your validations and at least one test for every method in your model. - ### Available Assertions By now you've caught a glimpse of some of the assertions that are available. Assertions are the worker bees of testing. They are the ones that actually perform the checks to ensure that things are going as planned. -- cgit v1.2.3