Skip to content

Commit

Permalink
Rename roots.json to sage.json
Browse files Browse the repository at this point in the history
Update test.js
  • Loading branch information
QWp6t authored and austinpray committed Mar 23, 2015
1 parent 77159c3 commit e539c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e539c7a

Please # to comment.