mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 09:29:18 +00:00
28 lines
329 B
Ruby
28 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
|