2015-11-20 10:00:12 -05:00
|
|
|
module("Discourse.StaffActionLog");
|
2013-10-29 13:01:42 -04:00
|
|
|
|
|
|
|
test("create", function() {
|
2015-11-20 10:00:12 -05:00
|
|
|
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
|
2014-07-30 18:56:01 -04:00
|
|
|
});
|