This commit is contained in:
Fabien Franzen 2014-08-04 10:35:13 +02:00
parent f98d2cb89c
commit 217f0ce32f
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ describe('compiler', function() {
});
});
it('supports `sources` option', function() {
it('supports `modelSources` option', function() {
appdir.createConfigFilesSync({}, {}, {
Car: { dataSource: 'db' }
});