Remove redundant "can be required without errors" test

This commit is contained in:
hbeeken
2014-07-28 20:24:01 +01:00
parent 536a0c9142
commit d09c992ecc
2 changed files with 0 additions and 7 deletions

View File

@@ -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) {