Skip to content

Commit

Permalink
removed a dead unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Apr 23, 2015
1 parent 2c17cde commit b310067
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/object_factory_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
};

}());

0 comments on commit b310067

Please sign in to comment.