Skip to content

Commit 945de47

Browse files
committed
Rubocop fixes
1 parent 02227ba commit 945de47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/features/conversations/send_message_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141

4242
it 'appears in the chat window' do
4343
find_button('Send').click
44-
44+
4545
# Wait for the message to appear in the current conversation via Turbo Stream
4646
expect(page).to have_content(message, wait: 10)
47-
47+
4848
# Now visit the conversations index and verify the message is there too
4949
visit conversations_path(locale: I18n.default_locale)
5050
expect(page).to have_content(message)

0 commit comments

Comments
 (0)