2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00
discourse/test/javascripts/models/staff_action_log_test.js

5 lines
148 B
JavaScript
Raw Normal View History

2013-10-29 13:01:42 -04:00
module("Discourse.StaffActionLog");
test("create", function() {
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
});