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