discourse/test/javascripts/models/invite-test.js.es6

6 lines
133 B
Plaintext
Raw Normal View History

2013-10-29 13:01:42 -04:00
module("Discourse.Invite");
test("create", function() {
ok(Discourse.Invite.create(), "it can be created without arguments");
2014-07-30 18:56:01 -04:00
});