Fix 1.9 yaml error caused by asterisks in the glob path.

This commit is contained in:
Sarah Mei 2011-09-03 20:35:16 -07:00
parent 8d95684341
commit d701581379

View file

@ -82,7 +82,7 @@ helpers:
# - **/*[sS]pec.js
#
spec_files:
- **/*[sS]pec.js
- "**/*[sS]pec.js"
# src_dir
#