mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add presence of problem to translation
This commit is contained in:
@@ -5,7 +5,8 @@ class TranslationsControllerTest < ActionController::TestCase
|
||||
@translation = translations(:one)
|
||||
@update = {
|
||||
title: 'New title',
|
||||
content: 'This is the new content'
|
||||
content: 'This is the new content',
|
||||
problem_id: Problem.first
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user