mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Rename translation fixtures, explicitly use problem ids
This commit is contained in:
8
test/fixtures/translations.yml
vendored
8
test/fixtures/translations.yml
vendored
@@ -1,11 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
problem: one
|
||||
translation_one:
|
||||
problem_id: 1
|
||||
title: First title
|
||||
content: The content of the translation
|
||||
|
||||
two:
|
||||
problem: two
|
||||
translation_two:
|
||||
problem_id: 2
|
||||
title: Second title
|
||||
content: The content of the second translation
|
||||
|
||||
Reference in New Issue
Block a user