From e539c7a99e642c8d855e65a21101d1e478f17ccf Mon Sep 17 00:00:00 2001 From: QWp6t Date: Sun, 22 Mar 2015 11:41:30 -0700 Subject: [PATCH] Rename roots.json to sage.json Update test.js --- test/fixtures/{roots.json => sage.json} | 0 test/test.js | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename test/fixtures/{roots.json => sage.json} (100%) 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'