mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:37:44 +08:00
Upgrade Ember to 1.1.2
This commit is contained in:
5
test/javascripts/models/staff_action_log_test.js
Normal file
5
test/javascripts/models/staff_action_log_test.js
Normal file
@ -0,0 +1,5 @@
|
||||
module("Discourse.StaffActionLog");
|
||||
|
||||
test("create", function() {
|
||||
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user