Fix new rubocop warnings
This commit is contained in:
parent
6067200e5b
commit
55a793150d
20 changed files with 82 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue