From 2753388e1ee42c13d2e7b55d43d3eb50645ae153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 10 Feb 2024 12:53:11 +0100 Subject: [PATCH] Add specs for admin user management --- app/views/admin/users/show.html.erb | 2 +- spec/features/admin/users_spec.rb | 55 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 spec/features/admin/users_spec.rb diff --git a/app/views/admin/users/show.html.erb b/app/views/admin/users/show.html.erb index 14f8c7d..ca0cd09 100644 --- a/app/views/admin/users/show.html.erb +++ b/app/views/admin/users/show.html.erb @@ -48,7 +48,7 @@ <%= @user.invitations.count %> -