From 0a94f632f8fd7e47fbc9eb459b3a7534aaa82d05 Mon Sep 17 00:00:00 2001 From: reckyy Date: Wed, 5 Feb 2025 19:01:39 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BB=96=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=A8=E5=90=8C=E6=A7=98?= =?UTF-8?q?=E3=81=AB=E7=A9=BA=E8=A1=8C=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/models/user_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/models/user_test.rb b/test/models/user_test.rb index 778e74a0e29..a62b0c39f39 100644 --- a/test/models/user_test.rb +++ b/test/models/user_test.rb @@ -5,6 +5,7 @@ class UserTest < ActiveSupport::TestCase include ProductHelper + test '#admin?' do assert users(:komagata).admin? assert users(:machida).admin?