From 5c9659ccf5aea8f062f7b77ef42341004ae68aff Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 15 Jan 2022 11:09:21 +0100 Subject: [PATCH] Update Exporter spec to not include removed relationship count fields --- spec/lib/exporter_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/lib/exporter_spec.rb b/spec/lib/exporter_spec.rb index 56b04949..dd7a4986 100644 --- a/spec/lib/exporter_spec.rb +++ b/spec/lib/exporter_spec.rb @@ -16,8 +16,6 @@ RSpec.describe Exporter do created_at: 2.weeks.ago.utc, current_sign_in_at: 8.hours.ago.utc, current_sign_in_ip: '198.51.100.220', - follower_count: 12, - friend_count: 8, last_sign_in_at: 1.hour.ago, last_sign_in_ip: '192.0.2.14', locale: 'en',