test/fixtures/kinney/clips.yml in kinney-0.0.3 vs test/fixtures/kinney/clips.yml in kinney-0.1.0
- old
+ new
@@ -3,46 +3,57 @@
tolson_roots:
filename: tolson-roots
title: Growing Up in Edgecombe County
quotes: <p>Quotes on Tolson's Roots.</p><p>Another quote on Tolson's Roots.</p>
top_pick: true
- duration: 44
+ duration: 13
interview_date: 2011-06-04
description: This is a description of the Roots clip.
featured: false
- 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: growing-up-in-edgecombe-county
+ media_type: video
+ interview_place: Raleigh, NC
+ transcript_text: true
+ transcript_pdf: true
+
tolson_mentors_caldwell:
- filename: tolson-mentors_caldwell
+ filename: tolson-mentors_chancellors
title: Mentors
quotes: MyText
top_pick: false
featured: false
- 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) %>
+ media_type: video
atkins_fire:
filename: atkins-campuslife_fire
title: Pullen Fire
top_pick: true
featured: false
- created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
- slug: pullen-fire
+ created_at: <%= DateTime.now.to_s(:db) %>
+ updated_at: <%= DateTime.now.to_s(:db) %>
+ slug: pullen-fire-atkins
+ media_type: video
atkins_roots:
filename: atkins-roots_applying
title: Applying to NC State
top_pick: false
featured: true
- 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) %>
+ media_type: video
-raiford:
- filename: raiford-academics_balance
- title: Academics Balance
+gusler_players:
+ filename: gusler-beyond_players_retreat
+ title: Purchasing the Players' Retreat
top_pick: false
featured: false
- 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) %>
+ media_type: video
+ transcript_text: true
+ transcript_pdf: false
\ No newline at end of file