summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 02:56:49 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 02:56:49 +0200
commited32bc6902ab634451539770bcd910662212e01a (patch)
tree8fc514889c2f80052a3873753d9cb32bfa879bb7 /test
parent0a5d7806700bb3154529b99abc75d37ccc46faff (diff)
Extract admin strings to i18n: users and tags clusters
Diffstat (limited to 'test')
-rw-r--r--test/controllers/users_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb
index 14f12b52..dcd8f259 100644
--- a/test/controllers/users_controller_test.rb
+++ b/test/controllers/users_controller_test.rb
@@ -13,7 +13,7 @@ class UsersControllerTest < ActionController::TestCase
13 login_as :aaron 13 login_as :aaron
14 get :index 14 get :index
15 assert_response :success 15 assert_response :success
16 assert_select "button[type=submit]", "Destroy" 16 assert_select "button[type=submit]", I18n.t("admin.common.destroy")
17 assert_select "a", "show" 17 assert_select "a", "show"
18 end 18 end
19 19