discourse/spec/models/user_history_spec.rb

6 lines
116 B
Ruby
Raw Normal View History

2013-07-23 17:58:26 -04:00
require 'spec_helper'
2013-09-10 21:21:16 -04:00
describe UserHistory do
2013-07-23 17:58:26 -04:00
# Nothing fancy going on in this model. See StaffActionLogger.
end