2015-11-20 20:27:06 -05:00
|
|
|
import EmailLog from 'admin/models/email-log';
|
|
|
|
|
2013-10-29 13:01:42 -04:00
|
|
|
module("Discourse.EmailLog");
|
|
|
|
|
|
|
|
test("create", function() {
|
2015-11-20 20:27:06 -05:00
|
|
|
ok(EmailLog.create(), "it can be created without arguments");
|
2014-07-30 18:56:01 -04:00
|
|
|
});
|