不要怂,就是干,撸起袖子干!

Commit 6ae3b957 by Sascha Depold

scoped validation tests

1 parent 99481ee5
Showing with 4 additions and 4 deletions
......@@ -72,9 +72,8 @@ describe('Model', function() {
})
})
describe('Model Validation', function() {
describe('Model', function() {
describe('Validations', function() {
var checks = {
is : {
spec : { args: [/[a-z]/,'i'] },
......@@ -284,5 +283,6 @@ describe('Model Validation', function() {
done();
});
});
})
});
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!