]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
*face palm*
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 22 Jul 2012 20:21:44 +0000 (13:21 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 22 Jul 2012 20:21:44 +0000 (13:21 -0700)
.issue-guidelines.js

index c2de45379fcc5ee9e5ccfe5d3d5d82f11566558e..4c18ab3c03e700b50323cefc74cac8cecde12901 100644 (file)
@@ -37,7 +37,7 @@ module.exports = {
 
             pull.files.forEach(function (file) {
                 if (/^js\/[^./]+.js/.test(file.filename))            hasJS    = true
-                if (/^js\/test\/unit\/[^.]+.js/.test(file.filename)) hasTests = true
+                if (/^js\/tests\/unit\/[^.]+.js/.test(file.filename)) hasTests = true
             })
 
             assert.ok(!hasJS || hasJS && hasTests)