2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/models/admin_dashboard_data_spec.rb
Ted Johansson 0adb2e18ad
DEV: Remove old problem check system - part 2 (#34403)
We have overhauled the problem check system, which is now database backed. As part of that we marked some existing code as deprecated and slated for removal. This PR removes it.
2025-08-20 16:15:21 +08:00

9 lines
182 B
Ruby

# frozen_string_literal: true
RSpec.describe AdminDashboardData do
after { Discourse.redis.flushdb }
describe "stats cache" do
include_examples "stats cacheable"
end
end