discourse/spec/models/user_history_spec.rb

6 lines
116 B
Ruby
Raw Normal View History

2013-07-24 05:58:26 +08:00
require 'spec_helper'
2013-09-11 09:21:16 +08:00
describe UserHistory do
2013-07-24 05:58:26 +08:00
# Nothing fancy going on in this model. See StaffActionLogger.
end