* [test] remove the describe only
This commit is contained in:
parent
ff085bdd6a
commit
ccd4aface2
|
@ -23,7 +23,7 @@ describe('compiler', function() {
|
||||||
if (model.name === aName) return model;
|
if (model.name === aName) return model;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
describe.only('from directory', function() {
|
describe('from directory', function() {
|
||||||
it('loads Model yaml config files', function(done) {
|
it('loads Model yaml config files', function(done) {
|
||||||
boot.compile(COFFEE_APP, function(err, context) {
|
boot.compile(COFFEE_APP, function(err, context) {
|
||||||
if (err) return done(err);
|
if (err) return done(err);
|
||||||
|
|
Loading…
Reference in New Issue