mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 15:16:19 +08:00
10 lines
119 B
Ruby
10 lines
119 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe About do
|
||
|
|
||
|
describe 'stats cache' do
|
||
|
include_examples 'stats cachable'
|
||
|
end
|
||
|
|
||
|
end
|