2015-11-20 20:27:06 -05:00
|
|
|
import StaffActionLog from "admin/models/staff-action-log";
|
|
|
|
|
2017-06-14 13:57:58 -04:00
|
|
|
QUnit.module("StaffActionLog");
|
2013-10-29 13:01:42 -04:00
|
|
|
|
2017-06-14 13:57:58 -04:00
|
|
|
QUnit.test("create", assert => {
|
|
|
|
assert.ok(StaffActionLog.create(), "it can be created without arguments");
|
|
|
|
});
|