From 0d3254e3e69c9973617c354b59f5bd11bc995b57 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Wed, 30 Dec 2015 17:15:07 -0700 Subject: Fix typo: test -> text --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/testing.md b/guides/source/testing.md index a4b62955c5..84f80e3c37 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -654,7 +654,7 @@ The easiest way to see functional tests in action is to generate a controller scaffold: ```bash -$ bin/rails generate scaffold_controller article title:string body:test +$ bin/rails generate scaffold_controller article title:string body:text ... create app/controllers/articles_controller.rb ... -- cgit v1.2.3