mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Rename translation fixtures, explicitly use problem ids
This commit is contained in:
@@ -2,11 +2,11 @@ require 'test_helper'
|
||||
|
||||
class TranslationsControllerTest < ActionController::TestCase
|
||||
setup do
|
||||
@translation = translations(:one)
|
||||
@translation = translations(:translation_one)
|
||||
@update = {
|
||||
title: 'New title',
|
||||
content: 'This is the new content',
|
||||
problem_id: Problem.first
|
||||
problem_id: 1
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user