From bd3fc6d4742056d3858a9bc35a86386d62ede15d Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Sun, 13 Dec 2015 11:51:44 +0530 Subject: remove extra spaces in fixtures doc part MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` Every time when a fixture generate, it’s also generating improper doc. one: {} # column: value # two: {} # column: value ``` --- railties/lib/rails/generators/test_unit/model/templates/fixtures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails/generators/test_unit/model/templates/fixtures.yml') diff --git a/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml b/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml index 50ca61a35b..2656767eb4 100644 --- a/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml +++ b/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml @@ -17,7 +17,7 @@ <% end -%> <% else -%> -# This model initially had no columns defined. If you add columns to the +# This model initially had no columns defined. If you add columns to the # model remove the '{}' from the fixture names and add the columns immediately # below each fixture, per the syntax in the comments below # @@ -25,5 +25,5 @@ one: {} # column: value # two: {} -# column: value +# column: value <% end -%> -- cgit v1.2.3