2013-12-28 23:45:13 +01:00
|
|
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
|
|
|
one:
|
|
|
|
title: MyString
|
|
|
|
description: MyText
|
2014-09-02 01:02:51 +02:00
|
|
|
start_time: <%= 2.hours.from_now %>
|
2014-09-25 19:14:16 +02:00
|
|
|
end_time: <%= 3.hours.from_now %>
|
2015-03-08 23:41:52 +01:00
|
|
|
place_name: Here and there
|
2014-07-01 15:50:39 +02:00
|
|
|
city: city_one.name
|
2015-02-15 15:50:47 +01:00
|
|
|
region: region_one
|
2013-12-28 23:45:13 +01:00
|
|
|
locality: 1
|
2014-05-26 01:06:43 +02:00
|
|
|
url: http://exemple.com
|
|
|
|
contact: test@example.com
|
|
|
|
submitter: test@example.com
|
2013-12-28 23:45:13 +01:00
|
|
|
moderated: 1
|
|
|
|
secret: MyString
|
2014-09-02 01:02:51 +02:00
|
|
|
decision_time: <%= 2.days.ago %>
|
|
|
|
submission_time: <%= 3.days.ago %>
|
2013-12-28 23:45:13 +01:00
|
|
|
moderator_mail_id: MyString
|
|
|
|
submitter_mail_id: MyString
|
2014-10-11 16:12:07 +02:00
|
|
|
lock_version: 0
|
2013-12-28 23:45:13 +01:00
|
|
|
|
|
|
|
two:
|
|
|
|
title: MyString
|
|
|
|
description: MyText
|
|
|
|
start_time: 2013-12-28 16:04:56
|
2014-09-25 19:14:16 +02:00
|
|
|
end_time: 2013-12-28 17:04:56
|
2014-07-01 15:50:39 +02:00
|
|
|
city: city_two.name
|
2015-02-15 15:50:47 +01:00
|
|
|
region: region_two
|
2013-12-28 23:45:13 +01:00
|
|
|
locality: 1
|
2014-05-26 01:06:43 +02:00
|
|
|
url: http://exemple.com
|
|
|
|
contact: test2@example.com
|
|
|
|
submitter: test2@example.com
|
2013-12-28 23:45:13 +01:00
|
|
|
moderated: 1
|
|
|
|
secret: MyString
|
|
|
|
decision_time: 2013-12-28 16:04:56
|
|
|
|
submission_time: 2013-12-28 16:04:56
|
|
|
|
moderator_mail_id: MyString
|
|
|
|
submitter_mail_id: MyString
|
2014-10-11 16:12:07 +02:00
|
|
|
lock_version: 0
|
2014-07-28 16:16:27 +02:00
|
|
|
|
|
|
|
proposed:
|
|
|
|
title: MyString
|
|
|
|
description: MyText
|
|
|
|
start_time: 2013-12-28 16:04:56
|
2014-09-25 19:14:16 +02:00
|
|
|
end_time: 2013-12-28 17:04:56
|
2014-07-28 16:16:27 +02:00
|
|
|
city: city_two.name
|
2015-02-15 15:50:47 +01:00
|
|
|
region: region_two
|
2014-07-28 16:16:27 +02:00
|
|
|
locality: 1
|
|
|
|
url: http://exemple.com
|
|
|
|
contact: test2@example.com
|
|
|
|
submitter: test2@example.com
|
|
|
|
moderated: 0
|
|
|
|
secret: MyString
|
|
|
|
decision_time: 2013-12-28 16:04:56
|
|
|
|
submission_time: 2013-12-28 16:04:56
|
|
|
|
moderator_mail_id: MyString
|
|
|
|
submitter_mail_id: MyString
|
2014-10-11 16:12:07 +02:00
|
|
|
lock_version: 0
|