1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Add tests for status change

This commit is contained in:
2019-02-02 13:19:20 +01:00
parent 8da1323fd8
commit 0dd3092c4c
3 changed files with 15 additions and 0 deletions

View File

@@ -36,5 +36,6 @@ class TranslationTest < ActiveSupport::TestCase
problem_id: 1
)
assert translation.save
assert translation.pending?
end
end