Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Tests: fix templating of absolute paths
Browse files Browse the repository at this point in the history
was not resetting before each test
  • Loading branch information
Edan Schwartz committed Sep 7, 2016
1 parent 5a1f255 commit 43a8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/tmstyleTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require('tilelive-vector').registerProtocols(tilelive);
describe('tilelive-tmstyle', function() {
var projectYamlOrig;

before(function() {
beforeEach(function() {
projectYamlOrig = fs.readFileSync(fixturePath('cities.tm2/project.yml'), 'utf8');

// Assign 'FIXTURE_DIR' to absolute path
Expand Down

0 comments on commit 43a8891

Please sign in to comment.