diff options
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 0 insertions, 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: |