Skip to content

Commit

Permalink
removed test-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marcum committed Sep 11, 2014
1 parent 8057fe0 commit 8db9baf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ember-addon/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ SlModel.prototype.treeFor = function treeFor( name ) {
]);

return vendorTree;
} else if( name === 'test-support' ){
testTree = pickFiles( path.join( slmodelPath, 'test-helpers' ), {
srcDir: '/',
files: [ 'model-for-sl-model.js' ],
destFir: '/'
} );

return testTree;

} else if ( name === 'app' ) {
appTree = pickFiles( path.join( slmodelPath, 'lib', 'initializers' ), {
Expand Down

0 comments on commit 8db9baf

Please sign in to comment.