mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-17 20:16:14 +00:00
Remove erroneous service type on TagFeed
model spec (#29302)
This commit is contained in:
parent
fd2b6c29c6
commit
1f648fdf1a
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
describe TagFeed, type: :service do
|
||||
describe TagFeed do
|
||||
describe '#get' do
|
||||
let(:account) { Fabricate(:account) }
|
||||
let(:tag_cats) { Fabricate(:tag, name: 'cats') }
|
||||
|
|
Loading…
Reference in a new issue