Skip to content

Commit

Permalink
[fix] heirarchy fixture file path wrong in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Sep 7, 2012
1 parent 683f789 commit 7421836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/provider-test.js
Expand Up @@ -141,7 +141,7 @@ vows.describe('nconf/provider').addBatch({
}),
"with a single object": assertProvider(function (provider) {
provider.file({
dir: helpers.fixture('hierarchy'),
dir: helpers.fixture(''),
file: 'store.json',
search: true
});
Expand All @@ -151,7 +151,7 @@ vows.describe('nconf/provider').addBatch({
}),
"with a name and an object": assertProvider(function (provider) {
provider.file('custom', {
dir: helpers.fixture('hierarchy'),
dir: helpers.fixture(''),
file: 'store.json',
search: true
});
Expand Down

0 comments on commit 7421836

Please sign in to comment.