test/fixtures/kinney/people.yml in kinney-0.0.3 vs test/fixtures/kinney/people.yml in kinney-0.1.0
- old
+ new
@@ -8,55 +8,63 @@
biography: <p>Norris Tolson grew up in Edgecombe County.</p>
accomplishments: <p>These are Tolson's accomplishments.</p>
activities: <p>These are Tolson's activities.</p>
currently: <p>What Tolson is currently doing.</p>
citations: <p>This is a citation.</p>
- graduating_class: 1963
term: <p>Student Body President 1962-1963</p>
term_date_ranges: 1962-1963
location: Edgecombe County, NC
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
slug: edward-norris-tolson
williams:
first_name: William
last_name: Williams
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
third_man:
first_name: Third
last_name: Man
- graduating_class: 1973
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
xavier:
first_name: Andrew
last_name: Xavier
- graduating_class: 1956
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
atkins:
first_name: John
middle_name: Leslie
last_name: Atkins
name_suffix: III
- graduating_class: 1965
biography: <p>Atkin's biography.</p>
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
raiford:
first_name: Brooks
last_name: Raiford
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
friday:
first_name: William
- last_name: Friday
- graduating_class: 1941
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
\ No newline at end of file
+ last_name: Friday
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
+
+genya:
+ first_name: Genya
+ last_name: O'Gara
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
+
+gusler:
+ first_name: Richard
+ last_name: Gusler
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
+