mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
5c899c765b
This reverts commit c21457d6a7
.
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
import EmailLog from 'admin/models/email-log';
|
|
|
|
module("Discourse.EmailLog");
|
|
|
|
test("create", function() {
|
|
ok(EmailLog.create(), "it can be created without arguments");
|
|
});
|