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:
6
test/fixtures/problems.yml
vendored
6
test/fixtures/problems.yml
vendored
@@ -1,7 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
Translation_id:
|
||||
id: 1
|
||||
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_one) %>
|
||||
|
||||
two:
|
||||
Translation_id:
|
||||
id: 2
|
||||
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_two) %>
|
||||
|
||||
Reference in New Issue
Block a user