-
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
イベント一覧に定期イベント作成リンクを追加 #5753
イベント一覧に定期イベント作成リンクを追加 #5753
Conversation
@hikarook94 |
@sadanora |
@hikarook94 |
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.
@sadanora
お疲れ様です!動作確認、コードともに問題ないと思います!
Approveさせていただきます!
@hikarook94 |
@komagata |
test/system/events_test.rb
Outdated
@@ -8,6 +8,11 @@ class EventsTest < ApplicationSystemTestCase | |||
assert_link 'イベント作成' | |||
end | |||
|
|||
test 'show link to create new regular event' do |
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.
要素を追加したぐらいの内容であればsystem testはなしで大丈夫です。
理由は下記と同じになります〜
📝 @sadanora さんからMTG中に下記の質問があった 「自分の作ったテスト以外にも、リンクの存在を確かめるテストがあるが、そちらも修正した方がいいか。」 下記それに対する返答。 「もし修正してもらえるのであれば大変ありがたいです〜!」 |
f5ac74b
to
901dc37
Compare
回答ありがとうございます! |
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です〜🙆♂️
@komagata |
Issue
概要
イベント一覧に定期イベント作成リンクを追加しました。
変更確認方法
feature/add-creating-regular-event-link-to-events
をローカルに取り込んでください。bin/rails s
でローカル環境を立ち上げてください。変更前
変更後