fixed file glob for the integration tests

This commit is contained in:
Spencer Alger
2014-02-06 12:49:03 -07:00
parent d5c1d1405c
commit 86b3528fb2

View File

@ -31,7 +31,7 @@ var config = {
utils.branches.forEach(function (branch) {
config['integration_' + branch] = {
src: 'test/integration/yaml_suite/index' + _.snakeCase(branch) + '.js'
src: 'test/integration/yaml_suite/index_' + _.snakeCase(branch) + '.js'
};
});