aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/test/fixtures/topics.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/topics.yml b/activerecord/test/fixtures/topics.yml
index 9dd4799bab..313999b1ee 100644
--- a/activerecord/test/fixtures/topics.yml
+++ b/activerecord/test/fixtures/topics.yml
@@ -7,7 +7,7 @@ first:
last_read: 2004-04-15
bonus_time: 2005-01-30t15:28:00.00+01:00
content: Have a nice day
- approved: 0
+ approved: '0'
replies_count: 0
second:
@@ -16,6 +16,6 @@ second:
author_name: Mary
written_on: 2003-07-15t15:28:00.00+01:00
content: Have a nice day
- approved: 1
+ approved: '1'
replies_count: 2
parent_id: 1