-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
メンター権限を持ったテストユーザーyamadaをメンターだと分かる名前に変更 #4165
メンター権限を持ったテストユーザーyamadaをメンターだと分かる名前に変更 #4165
Conversation
@eatplaynap 今日明日にはレビューします! |
@Aseiide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作確認とトミーさんが書き換えたテストが全てパスすることを確認しました。
test/models/card_test.rbとtest/cassettes/customer/list.ymlにもyamadaという文字列が存在しています
こちらも、mentormentaro
への変更を対応したほうがいいかなと思います。
なぜなら、ユーザーyamada
自体が存在しなくなり、yamada
という文字列が残っていると、のちのちコードを読む人が「yamadaなんてなくない?」と混乱するかもしれないと思ったからです。
よろしくお願いいたします!
@eatplaynap レビューしました! |
392f966
to
515d8dd
Compare
@Aseiide
※テストが落ちていますが、落ちているのは下記issueで問題になっているテストで、本PRに起因するテストは通過していると言う認識です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eatplaynap レビュー遅くなりました。オッケーです!
mainのCIは通ってるっぽいんですよね。
今、CI回してみたんですが、落ちてますね〜。CIがPASSするまではkomagataさんのレビューに回せないので、CIで落ちている rails test test/system/comments_test.rb:236
がローカルでどうなるか確認お願いできますか??
@eatplaynap 自分も時間を置いたらPASSしてた、みたいなこともあるので、お手数なんですが、今日の間はPASSするまで通してもらうしかないですかね。 |
@eatplaynap CIパスしたので、komagataさんにレビューお願いして大丈夫です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました、OKですー🙆♂️
issue
#4040
概要
メンター権限を持ったユーザーyamadaをメンターだと分かる名前に変更しました。
yamada
という名のメンター権限を持つテストユーザーを、こちらをメンターだと分かるmentormentaro
という名前に変更しました。yamada
を全てmentormentaro
に変更しました。test/models/card_test.rb
とtest/cassettes/customer/list.yml
にもyamada
という文字列が存在していますが、こちらのyamada
は"yamada@example.com"
という文字列としてだけ使われているため、修正しませんでした。修正の必要がありそうでしたらご指摘ください🙏変更確認方法
feature/rename-mentor-user-yamada-to-be-more-explicit-name-on-test-data
をローカルに取り込む$ bin/setup
と$ rails db:seed
を実行するとDBの内容が開発環境に反映されます$ rails s
でローカル環境を立ち上げますmentormentaro
と入力し、プロフィールページへのリンクが表示されmentormentaro
というユーザーが確認できます変更前
変更後