27 lines
329 B
Ruby
27 lines
329 B
Ruby
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
|