mirror of
https://github.com/funamitech/mastodon
synced 2024-12-15 23:28:31 +09:00
6 lines
108 B
Ruby
6 lines
108 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe PrecomputeFeedService do
|
||
|
subject { PrecomputeFeedService.new }
|
||
|
end
|