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"; import { currentUser } from "helpers/qunit-helpers";
moduleFor("controller:group-index"); moduleFor('component:group-membership-button');
test("canJoinGroup", function() { test('canJoinGroup', function() {
this.subject().setProperties({ this.subject().setProperties({
model: { public: false } model: { public: false }
}); });