2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix JS tests.

This commit is contained in:
Guo Xiang Tan 2016-12-15 16:52:47 +08:00
parent e765e64cb1
commit 0ab52b127b

View file

@ -1,8 +1,8 @@
import { currentUser } from "helpers/qunit-helpers";
moduleFor("controller:group-index");
moduleFor('component:group-membership-button');
test("canJoinGroup", function() {
test('canJoinGroup', function() {
this.subject().setProperties({
model: { public: false }
});