chinwagsocial/spec/services/update_remote_profile_service_spec.rb
2016-03-19 12:13:47 +01:00

6 lines
118 B
Ruby

require 'rails_helper'
RSpec.describe UpdateRemoteProfileService do
subject { UpdateRemoteProfileService.new }
end