Explorar el Código

Remove storage tests for now.

They'll have to be completely rewritten since we're not using Burry.js anymore
JC Brand hace 12 años
padre
commit
f97b8d209e
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      tests_main.js

+ 1 - 3
tests_main.js

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