Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2024-01-09 18:23:28 +00:00
parent 6067200e5b
commit 55a793150d
20 changed files with 82 additions and 72 deletions

View file

@ -13,7 +13,7 @@ class DiaryEntrySystemTest < ApplicationSystemTestCase
sign_in_as(create(:user))
visit diary_entries_path
click_link "Send a message to the author"
click_on "Send a message to the author"
assert_content "Send a new message"
assert_equal "Re: #{@diary_entry.title}", page.find_field("Subject").value