Remove storage tests for now.

They'll have to be completely rewritten since we're not using Burry.js anymore
This commit is contained in:
JC Brand 2013-04-12 23:08:52 +02:00
parent add9cc8554
commit f97b8d209e

View File

@ -1,6 +1,4 @@
require(["jquery",
"spec/StorageSpec",
"spec/RosterSpec"], function($) {
require(["jquery", "spec/RosterSpec"], function($) {
$(function($) {
var jasmineEnv = jasmine.getEnv();