This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/models/about_spec.rb
2015-07-20 22:45:05 +08:00

10 lines
119 B
Ruby

require 'spec_helper'
describe About do
describe 'stats cache' do
include_examples 'stats cachable'
end
end