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:
@@ -14,7 +14,7 @@ class Admin::TranslationsControllerTest < ActionController::TestCase
|
||||
end
|
||||
|
||||
test "should show translation" do
|
||||
get :show, id: @translation
|
||||
get :show, params: { id: @translation }
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user