mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add check whether problem has a translation
This commit is contained in:
@@ -11,4 +11,9 @@ class ProblemsControllerTest < ActionController::TestCase
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get untranslated problem" do
|
||||
get :show, id: 3
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user