From 620bae67edb605dac9e05fb06ce63e796431fa70 Mon Sep 17 00:00:00 2001 From: maeda-seina Date: Wed, 26 Jan 2022 17:43:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=83=AB=E3=82=92=E8=8B=B1=E8=AA=9E=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/system/notification/reports_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/notification/reports_test.rb b/test/system/notification/reports_test.rb index 4ff142568d3..14f445d744c 100644 --- a/test/system/notification/reports_test.rb +++ b/test/system/notification/reports_test.rb @@ -3,7 +3,7 @@ require 'application_system_test_case' class Notification::ReportsTest < ApplicationSystemTestCase - test 'はじめての日報が投稿されたときにメンターと現役生のみが通知を受け取る' do + test 'the first daily report notification is sent only to current students and mentors' do report = users(:muryou).reports.create!( title: 'test title', description: 'test',