Skip to content

Commit

Permalink
Merge pull request #1347 from jelhan/fix-remove-outdated-destroy-help…
Browse files Browse the repository at this point in the history
…er-warning

fix: remove outdated warning about missing destroy-app helper
  • Loading branch information
samselikoff committed Jul 27, 2018
2 parents c72985f + ad8ab8e commit 628a717
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions blueprints/ember-cli-mirage/index.js
Expand Up @@ -56,17 +56,6 @@ module.exports = {
return this.insertIntoFile('tests/helpers/destroy-app.js', shutdownText, {
after: "run(application, 'destroy');\n"
});
} else {
this.ui.writeLine(
EOL +
chalk.yellow(
'******************************************************' + EOL +
'destroy-app.js helper is not present. Please read this' + EOL +
'https://gist.github.com/blimmer/35d3efbb64563029505a' + EOL +
'to see how to fix the problem.' + EOL +
'******************************************************' + EOL
)
);
}
},

Expand Down

0 comments on commit 628a717

Please sign in to comment.