Skip to content

Commit

Permalink
Removed the test for now disabled functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Gore committed Aug 8, 2012
1 parent 72f6823 commit 01abc12
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/asset.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,18 +30,5 @@


}); });


describe('referencing a server side script', function(){

var assetsPath = norm('./test/examples');

it('can create an asset', function(){

var asset = Asset('loadserverside.js', '/LoadsServerSide', assetsPath, {mtime : (new Date()) } );

asset.fileDependencies().should.eql([norm('../../../node_modules/test/serverside.js')]);

});

});


}); });

0 comments on commit 01abc12

Please sign in to comment.