From afbd6559f98b2166ba4c1f3dec52a33f10c2a827 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Tue, 31 Mar 2015 14:38:18 +0300 Subject: No need to mention unit tests in testing guide anymore --- guides/source/testing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 220e61e088..f12daf0dbc 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -158,8 +158,6 @@ We will cover each of types Rails tests listed above in this guide. Model Testing ------------------------ -In Rails, unit tests are what you write to test your models. - For this guide we will be using the application we built in the [Getting Started with Rails](getting_started.html) guide. If you remember when you used the `rails generate scaffold` command from earlier. We created our first resource among other things it created a test stub in the `test/models` directory: -- cgit v1.2.3