mirror of
https://github.com/mastodon/mastodon
synced 2024-11-27 22:38:27 +09:00
6 lines
106 B
Ruby
6 lines
106 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe FanOutOnWriteService do
|
|
subject { FanOutOnWriteService.new }
|
|
end
|