2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/models/about_spec.rb

10 lines
119 B
Ruby
Raw Normal View History

2015-07-07 12:52:19 +08:00
require 'spec_helper'
describe About do
describe 'stats cache' do
include_examples 'stats cachable'
end
end