reminders in play!
This commit is contained in:
8
test/fixtures/answers.yml
vendored
8
test/fixtures/answers.yml
vendored
@ -6,8 +6,8 @@ roy1:
|
||||
answer: option2
|
||||
saved: 0
|
||||
submitted: true
|
||||
created_at: <%= DateTime.now() - 90.minutes %>
|
||||
updated_at: <%= DateTime.now() - 90.minutes %>
|
||||
created_at: <%= DateTime.now() - 90.minutes - 36.hours %>
|
||||
updated_at: <%= DateTime.now() - 90.minutes - 36.hours %>
|
||||
|
||||
roy2:
|
||||
candidate: roy
|
||||
@ -15,8 +15,8 @@ roy2:
|
||||
answer: ["option-1", "option-4", "option5"]
|
||||
saved: 1
|
||||
submitted: true
|
||||
created_at: <%= DateTime.now() - 85.minutes %>
|
||||
updated_at: <%= DateTime.now() - 85.minutes %>
|
||||
created_at: <%= DateTime.now() - 85.minutes - 36.hours %>
|
||||
updated_at: <%= DateTime.now() - 85.minutes - 36.hours %>
|
||||
|
||||
dawn1:
|
||||
candidate: dawn
|
||||
|
Reference in New Issue
Block a user