Skip to content

Commit

Permalink
Merge pull request #7646 from fjordllc/feature/delete_test_user_who_s…
Browse files Browse the repository at this point in the history
…ubmit_199_report

日報を199回提出したテストユーザを削除
  • Loading branch information
komagata authored Apr 26, 2024
2 parents 0d22fcb + 13b25c9 commit 2775c95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
5 changes: 0 additions & 5 deletions db/fixtures/discord_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,3 @@ discord_profile_paginataion-jirou:
user: paginataion-jirou
account_name:
times_url:

discord_profile_nippou199: # ステージング環境で日報200回目のお祝いメッセージの動作確認が終わり次第、削除します
user: nippou199
account_name:
times_url:
10 changes: 0 additions & 10 deletions db/fixtures/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,3 @@ report<%= i + 71 %>:
MaruMaru Inc.で研修をしました。
reported_on: <%= Time.now - 1.month + i.day %>
<% end %>

<% (1..199).each do |i| %> # ステージング環境で日報200回目のお祝いメッセージの動作確認が終わり次第、削除します
report<%= i + 87 %>:
user: nippou199
title: <%= "お祝いメッセージ確認用の日報#{i}" %>
emotion: 2
description: |-
<%= "#{i}日目の日報です" %>
reported_on: <%= Time.now - 1.year + i.day %>
<% end %>
4 changes: 0 additions & 4 deletions db/fixtures/talks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,3 @@ talk_kensyu-end-over-1-week:
talk_kensyu-not-setting-end-date:
user: kensyu-not-setting-end-date
action_completed: true

talk_nippou199: # ステージング環境で日報200回目のお祝いメッセージの動作確認が終わり次第、削除します
user: nippou199
action_completed: true
18 changes: 0 additions & 18 deletions db/fixtures/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1422,21 +1422,3 @@ pjord:
created_at: "2024-03-05 00:00:30"
sent_student_followup_message: true
last_activity_at: "2021-02-01 00:00:30"

nippou199: # ステージング環境で日報200回目のお祝いメッセージの動作確認が終わり次第、削除します
login_name: nippou199
email: [email protected]
crypted_password: $2a$10$n/xv4/1luueN6plzm2OyDezWlZFyGHjQEf4hwAW1r3k.lCm0frPK. # testtest
salt: zW3kQ9ubsxQQtzzzs4ap
name: Nippou Ooi
name_kana: ニッポウ オオイ
description: "日報を199回提出しました。"
course: course1
job: unemployed
os: mac_apple
experience: inexperienced
country_code: JP
updated_at: "2014-01-01 00:00:14"
created_at: "2014-01-01 00:00:14"
sent_student_followup_message: true
last_activity_at: "2014-01-01 00:00:14"

0 comments on commit 2775c95

Please sign in to comment.