diff --git a/test/fixtures/roots.json b/test/fixtures/sage.json similarity index 100% rename from test/fixtures/roots.json rename to test/fixtures/sage.json diff --git a/test/test.js b/test/test.js index 1378da8..859a60c 100644 --- a/test/test.js +++ b/test/test.js @@ -300,9 +300,9 @@ describe('Integration Tests', function () { }); }); - describe('roots manifest', function () { - it('default roots manifest', function () { - var output = m('test/fixtures/roots.json', { + describe('sage manifest', function () { + it('default sage manifest', function () { + var output = m('test/fixtures/sage.json', { paths: { bowerDirectory: 'test/tmp/bower_components', bowerJson: 'test/tmp/bower.json'