Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Sep 27, 2024
1 parent 59ac443 commit c4c5cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/models/mention_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

describe '#notify_mentioned' do
it 'should notify of the mention' do
subject_mentioned =
mention = create :mention, mentionable: focus
expect(focus).to receive(:mentioned_by).with mention.comment
mention.notify_mentioned
Expand Down

0 comments on commit c4c5cbf

Please sign in to comment.