about summary refs log tree commit diff
path: root/spec/models/follow_spec.rb
blob: edb08470183d98b50276243d6ff73560e60c96e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
require 'rails_helper'

RSpec.describe Follow, type: :model do
  describe '#verb' do
    pending
  end

  describe '#title' do
    pending
  end

  describe '#content' do
    pending
  end

  describe '#object_type' do
    pending
  end

  describe '#target' do
    pending
  end

  describe '#mentions' do
    pending
  end
end