From 8fc3baf2fdd4a87fb36dd07bad23bb84f91c2f8e Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 27 Dec 2025 13:32:42 +0100 Subject: [PATCH] Remove comment --- spec/services/stats/calculate_month_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/services/stats/calculate_month_spec.rb b/spec/services/stats/calculate_month_spec.rb index 746d0648..dbb1928a 100644 --- a/spec/services/stats/calculate_month_spec.rb +++ b/spec/services/stats/calculate_month_spec.rb @@ -214,7 +214,6 @@ RSpec.describe Stats::CalculateMonth do end it 'does not invalidate caches when there are no points' do - # Create a new user without points new_user = create(:user) service = described_class.new(new_user.id, year, month)