mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
9 lines
119 B
Ruby
9 lines
119 B
Ruby
require 'spec_helper'
|
|
|
|
describe About do
|
|
|
|
describe 'stats cache' do
|
|
include_examples 'stats cachable'
|
|
end
|
|
|
|
end
|