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

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() { ...@@ -72,9 +72,8 @@ describe('Model', function() {
}) })
}) })
describe('Model', function() {
describe('Validations', function() {
describe('Model Validation', function() {
var checks = { var checks = {
is : { is : {
spec : { args: [/[a-z]/,'i'] }, spec : { args: [/[a-z]/,'i'] },
...@@ -284,5 +283,6 @@ describe('Model Validation', function() { ...@@ -284,5 +283,6 @@ describe('Model Validation', function() {
done(); done();
}); });
}); });
})
}); });
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!