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)