Fix 1.9 yaml error caused by asterisks in the glob path.
This commit is contained in:
parent
8d95684341
commit
d701581379
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ helpers:
|
|||
# - **/*[sS]pec.js
|
||||
#
|
||||
spec_files:
|
||||
- **/*[sS]pec.js
|
||||
- "**/*[sS]pec.js"
|
||||
|
||||
# src_dir
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue