about summary refs log tree commit diff
path: root/spec/services/update_remote_profile_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/update_remote_profile_service_spec.rb')
-rw-r--r--spec/services/update_remote_profile_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/update_remote_profile_service_spec.rb b/spec/services/update_remote_profile_service_spec.rb
index 7ac3a809a..f3ea70b80 100644
--- a/spec/services/update_remote_profile_service_spec.rb
+++ b/spec/services/update_remote_profile_service_spec.rb
@@ -1,7 +1,7 @@
 require 'rails_helper'
 
 RSpec.describe UpdateRemoteProfileService, type: :service do
-  let(:xml) { File.read(File.join(Rails.root, 'spec', 'fixtures', 'push', 'feed.atom')) }
+  let(:xml) { File.read(Rails.root.join('spec', 'fixtures', 'push', 'feed.atom')) }
 
   subject { UpdateRemoteProfileService.new }