Turn off ignoring tests

This commit is contained in:
Anatoliy Chakkaev 2013-03-29 12:54:04 +04:00
parent 839791de2f
commit c1e3e78976
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function getValidAttributes() {
};
}
describe.only('validations', function() {
describe('validations', function() {
before(function(done) {
db = getSchema();