diff options
Diffstat (limited to 'activerecord/test/fixtures/traffic_lights.yml')
-rw-r--r-- | activerecord/test/fixtures/traffic_lights.yml | 4 |
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 |