TypeError:无法读取属性' model'未定义的
http://jsfiddle.net/om4pc7s8/1/
https://jsfiddle.net/h6ck42kx/3/
describe("Our data array", function() {
it("has four items", function() {
var example = new Example();
expect(example.players()).toBe(0);
});
});