discourse/test/javascripts/models/email-log-test.js.es6

8 lines
175 B
Plaintext
Raw Normal View History

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