0
0
Fork 0

Remove unneeded type: :service from spec/services files (#29304)

This commit is contained in:
Matt Jankowski 2024-03-13 04:39:26 -04:00 committed by GitHub
parent 3eaac3af73
commit 469028b6d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 57 additions and 57 deletions

View file

@ -2,7 +2,7 @@
require 'rails_helper'
RSpec.describe ProcessMentionsService, type: :service do
RSpec.describe ProcessMentionsService do
subject { described_class.new }
let(:account) { Fabricate(:account, username: 'alice') }