mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 00:48:05 +08:00
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273536f6aab1df67d908ed5e306868b2a.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
import EmailLog from 'admin/models/email-log';
|
||||
|
||||
module("Discourse.EmailLog");
|
||||
|
||||
test("create", function() {
|
||||
ok(EmailLog.create(), "it can be created without arguments");
|
||||
ok(Discourse.EmailLog.create(), "it can be created without arguments");
|
||||
});
|
||||
|
Reference in New Issue
Block a user