diff --git a/test/dynamicTemplateOptions.js b/test/localTemplateOptions.js similarity index 96% rename from test/dynamicTemplateOptions.js rename to test/localTemplateOptions.js index c7eccaf..08a6552 100644 --- a/test/dynamicTemplateOptions.js +++ b/test/localTemplateOptions.js @@ -4,8 +4,8 @@ var path = require('path'); var hbs = require('..'); var H = require('./helpers'); -describe('dynamic template options', function () { - var dirname = path.join(__dirname, 'dynamicTemplateOptions'); +describe('local template options', function () { + var dirname = path.join(__dirname, 'localTemplateOptions'); describe('express3', function () { diff --git a/test/dynamicTemplateOptions/data-access-template.hbs b/test/localTemplateOptions/data-access-template.hbs similarity index 100% rename from test/dynamicTemplateOptions/data-access-template.hbs rename to test/localTemplateOptions/data-access-template.hbs diff --git a/test/dynamicTemplateOptions/template.hbs b/test/localTemplateOptions/template.hbs similarity index 100% rename from test/dynamicTemplateOptions/template.hbs rename to test/localTemplateOptions/template.hbs