mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-08 10:02:46 +00:00
6 lines
118 B
Ruby
6 lines
118 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe UpdateRemoteProfileService do
|
|
subject { UpdateRemoteProfileService.new }
|
|
end
|