aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/traffic_lights.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-07 08:31:14 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-07 08:31:14 -0800
commitc6839277a9262ea87329c719443cf19e33038f3f (patch)
tree044191a990f9de20c2a3b3b4d71f111fd75a99e7 /activerecord/test/fixtures/traffic_lights.yml
parent2e3e171e311d158cd22e70f1760f3c5c35729e6c (diff)
parentfa18c61153bea05e72e674e376d874d8ad7679ea (diff)
downloadrails-c6839277a9262ea87329c719443cf19e33038f3f.tar.gz
rails-c6839277a9262ea87329c719443cf19e33038f3f.tar.bz2
rails-c6839277a9262ea87329c719443cf19e33038f3f.zip
Merge pull request #9597 from senny/9110_serialized_not_null_default
test case for `serialize` default values.
Diffstat (limited to 'activerecord/test/fixtures/traffic_lights.yml')
-rw-r--r--activerecord/test/fixtures/traffic_lights.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/traffic_lights.yml b/activerecord/test/fixtures/traffic_lights.yml
index 6dabd53474..81b4e47959 100644
--- a/activerecord/test/fixtures/traffic_lights.yml
+++ b/activerecord/test/fixtures/traffic_lights.yml
@@ -4,3 +4,7 @@ uk:
- Green
- Red
- Orange
+ long_state:
+ - "Green, go ahead"
+ - "Red, wait"
+ - "Orange, caution light is about to switch" \ No newline at end of file