[bithound] Fix syntax error in .bithoundrc

This commit is contained in:
Michael Brooks
2015-04-22 13:38:23 -07:00
parent b865cd5ac6
commit 4dc358829c

View File

@@ -48,7 +48,7 @@
"test": [ "test": [
"**/test/**", "**/test/**",
"**/tests/**", "**/tests/**",
"**/spec/**". "**/spec/**",
"**/specs/**" "**/specs/**"
] ]
} }