Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"

This reverts commit c0b277d273536f6aab1df67d908ed5e306868b2a.
This commit is contained in:
Robin Ward
2015-11-20 10:00:12 -05:00
parent 1c8b3c9447
commit c21457d6a7
99 changed files with 384 additions and 394 deletions

View File

@ -1,7 +1,5 @@
import StaffActionLog from 'admin/models/staff-action-log';
module("StaffActionLog");
module("Discourse.StaffActionLog");
test("create", function() {
ok(StaffActionLog.create(), "it can be created without arguments");
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
});