|
|
|
|
@ -33,7 +33,11 @@ RSpec.describe Api::V1::TagsController, type: :controller do
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
describe 'POST #follow' do |
|
|
|
|
let!(:unrelated_tag) { Fabricate(:tag) } |
|
|
|
|
|
|
|
|
|
before do |
|
|
|
|
TagFollow.create!(account: user.account, tag: unrelated_tag) |
|
|
|
|
|
|
|
|
|
post :follow, params: { id: name } |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|