Delete fixture and get removed fixture function for later restoration
This fixes #34 by returning the replaced/removed fixture that can be restored later.
can.fixture("services/thing", function(){});
// ...
var oldFixtures = fixture("/services/thing", null);