mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Update rails and code
This commit is contained in:
@@ -9,12 +9,12 @@ class ProblemsControllerTest < ActionController::TestCase
|
||||
end
|
||||
|
||||
test "should get show" do
|
||||
get :show, id: 1
|
||||
get :show, params: { id: 1 }
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get untranslated problem" do
|
||||
get :show, id: 3
|
||||
get :show, params: { id: 3 }
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user