forked from cybrespace/mastodon
6 lines
94 B
Ruby
6 lines
94 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe UnblockService do
|
||
|
subject { UnblockService.new }
|
||
|
end
|