diff --git a/test/object_factory_tests.js b/test/object_factory_tests.js index 23cd90587..9bffad0ab 100644 --- a/test/object_factory_tests.js +++ b/test/object_factory_tests.js @@ -59,14 +59,4 @@ } }; - exports['oPatternItem initialization'] = { - 'test oPatternItem initializes correctly' : function(test){ - var pi = new of.oPatternItem(); - test.equals(pi.patternName, ''); - test.equals(pi.patternPath, ''); - test.equals(pi.patternPartial, ''); - test.done(); - } - }; - }()); \ No newline at end of file