on

  • property
can.fixture.on

{Boolean}

 

can.fixture.on lets you programatically turn off fixtures. This is mostly used for testing.

Boolean

can.fixture.on = false
Task.findAll({}, function(){
    can.fixture.on = true;
})