mirror of
https://github.com/whippyshou/mastodon
synced 2024-12-05 02:08:57 +09:00
6 lines
90 B
Ruby
6 lines
90 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe BlockService do
|
||
|
subject { BlockService.new }
|
||
|
end
|