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

6 lines
137 B
Plaintext
Raw Normal View History

2013-10-30 01:01:42 +08:00
module("Discourse.EmailLog");
test("create", function() {
ok(Discourse.EmailLog.create(), "it can be created without arguments");
2014-07-31 06:56:01 +08:00
});