mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
20 lines
449 B
YAML
20 lines
449 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
translation_one:
|
|
problem_id: 1
|
|
title: First title
|
|
content: The content of the translation
|
|
status: 1
|
|
|
|
translation_two:
|
|
problem_id: 2
|
|
title: Second title
|
|
content: The content of the second translation
|
|
status: 1
|
|
|
|
translation_two_alternative:
|
|
problem_id: 2
|
|
title: Second title
|
|
content: The changed content for the second problem
|
|
status: 0
|