This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/test/javascripts/models/invite-test.js.es6
2015-08-13 10:49:08 -04:00

8 lines
166 B
JavaScript

import Invite from 'discourse/models/invite';
module("model:invite");
test("create", function() {
ok(Invite.create(), "it can be created without arguments");
});