Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliew committed Sep 12, 2016
1 parent e94f74d commit 2cff8e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions test/unit/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ describe('sails-diy:app', function(){
it('Should properly generate sailsrc file', function(){
generators.assert.fileContent('.sailsrc', /"sockets": false/);
});

//TODO: add pm2 yo generatoer test
//it('Should properly have pm2 bin folder', function(){
// generators.assert.file([
// 'bin/processes_beta.json',
// 'bin/processes_server_a.json'
// ]);
//});


});
});
4 changes: 2 additions & 2 deletions test/unit/febuild.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var generators = require('yeoman-generator');

describe('sails-diy:febuild', function() {

describe('Should properly scaffold default grunt tool', function () {
describe('Should properly scaffold default febuild tool', function () {
before(function (done) {
generators.test
.run(path.join(__dirname, '../../src/febuild'))
Expand All @@ -30,7 +30,7 @@ describe('sails-diy:febuild', function() {
});


describe('Should properly scaffold default gulp tool', function () {
describe('Should properly scaffold default febuild tool', function () {
before(function (done) {
generators.test
.run(path.join(__dirname, '../../src/febuild'))
Expand Down

0 comments on commit 2cff8e1

Please sign in to comment.