Merge branch 'develop' into TheHollidayInn-challenges-clone

This commit is contained in:
Blade Barringer
2015-06-21 20:05:20 -05:00
4 changed files with 12 additions and 9 deletions

View File

@@ -1,14 +1,5 @@
beforeEach(module('habitrpg'));
var sandbox;
beforeEach(function() {
sandbox = sinon.sandbox.create();
});
afterEach(function() {
sandbox.restore();
});
var specHelper = {};
(function(){