* [test] remove the describe only

This commit is contained in:
Riceball LEE 2017-02-14 16:04:39 +08:00
parent ff085bdd6a
commit ccd4aface2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('compiler', function() {
if (model.name === aName) return model;
}
}
describe.only('from directory', function() {
describe('from directory', function() {
it('loads Model yaml config files', function(done) {
boot.compile(COFFEE_APP, function(err, context) {
if (err) return done(err);