about summary refs log tree commit diff
path: root/spec/services/update_remote_profile_service_spec.rb
blob: f09f60adaf6668a1b425deaaaf1beb80ae9423b1 (plain) (blame)
1
2
3
4
5
require 'rails_helper'

RSpec.describe UpdateRemoteProfileService do
  subject { UpdateRemoteProfileService.new }
end