discourse/test/javascripts/models/email_log_test.js
2013-10-29 13:01:57 -04:00

5 lines
No EOL
136 B
JavaScript

module("Discourse.EmailLog");
test("create", function() {
ok(Discourse.EmailLog.create(), "it can be created without arguments");
});