Skip to content

Commit

Permalink
[minor] Use locally scoped path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 10, 2012
1 parent 80a7973 commit 8b53c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ exports.cp = function (from, to, callback) {
};

exports.fixture = function (file) {
return require('path').join(__dirname, 'fixtures', file);
return path.join(__dirname, 'fixtures', file);
};

0 comments on commit 8b53c12

Please sign in to comment.