From d09c992eccdbdd075ab3b6fca021a0a1f3faa0ca Mon Sep 17 00:00:00 2001 From: hbeeken Date: Mon, 28 Jul 2014 20:24:01 +0100 Subject: [PATCH] Remove redundant "can be required without errors" test --- test/red/nodes/index_spec.js | 3 --- test/red/storage/index_spec.js | 4 ---- 2 files changed, 7 deletions(-) diff --git a/test/red/nodes/index_spec.js b/test/red/nodes/index_spec.js index 9329f1671..6c8bf67af 100644 --- a/test/red/nodes/index_spec.js +++ b/test/red/nodes/index_spec.js @@ -47,9 +47,6 @@ var storage = { }; describe("red/nodes/index", function() { - it('can be required without errors', function() { - require("../../../red/nodes/index"); - }); it('nodes are initialised with credentials',function(done) { diff --git a/test/red/storage/index_spec.js b/test/red/storage/index_spec.js index 5dffd5c7d..d6a30f75c 100644 --- a/test/red/storage/index_spec.js +++ b/test/red/storage/index_spec.js @@ -16,10 +16,6 @@ var should = require("should"); describe("red/storage/index", function() { - it('can be required without errors', function(done) { - var storage = require("../../../red/storage/index"); - done(); - }); it('rejects the promise when settings suggest loading a bad module', function(done) {