Skip to content

Commit

Permalink
Add comments back to file
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Jan 30, 2016
1 parent 8159339 commit 857a911
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blueprints/sl-ember-test-helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ module.exports = {
var thirdText = ' "contains",' + EOL + ' "requires",';
var thirdLocationText = '"predef": [' + EOL;

// Import statement
return this.insertIntoFile( firstFile, firstText, { after: firstLocationText } )

// Execution of registration function
.then( function() {
return this.insertIntoFile( secondFile, secondText, { after: secondLocationText } );
}.bind( this ))

// .jshintrc file
.then( function() {
return this.insertIntoFile( thirdFile, thirdText, { after: thirdLocationText } );
}.bind( this ))

.then( function() {
return this.addAddonToProject( 'ember-sinon' );
}.bind( this ));
Expand Down

0 comments on commit 857a911

Please sign in to comment.