Skip to content

Commit

Permalink
remove unnecessary test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Mar 15, 2012
1 parent 20e8634 commit ee6b05a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/jade.test.js
Expand Up @@ -14,10 +14,6 @@ var render = function(str, options){
return fn(options);
};

function fixture(path) {
return fs.readFileSync(__dirname + '/fixtures/' + path, 'utf8');
}

describe('jade', function(){
describe('.version', function(){
it('should be valid version format', function(){
Expand Down

0 comments on commit ee6b05a

Please sign in to comment.