Skip to content

Commit

Permalink
Remove removeAllListeners settings from test app
Browse files Browse the repository at this point in the history
No longer necessary thanks to balderdashy#2693
  • Loading branch information
sgress454 authored and lennym committed Feb 25, 2016
1 parent 1d9ad1f commit c58a650
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/integration/helpers/appHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ module.exports.lift = function(options, callback) {
options = options || {};
_.defaults(options, {
port: 1342,
environment: process.env.TEST_ENV,
process: {
removeAllListeners: true
}
environment: process.env.TEST_ENV
});

Sails().lift(options, function(err, sails) {
Expand Down

0 comments on commit c58a650

Please sign in to comment.