Skip to content

Commit

Permalink
fix jasmine YAML config
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 30, 2011
1 parent c22ca59 commit 6cfd096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/javascripts/support/jasmine.yml
@@ -1,15 +1,15 @@
src_dir: src

src_files:
- zepto.js
- *.js
- zepto.js
- "*.js"

helpers:
- helpers/**/*.js
- "helpers/**/*.js"

spec_dir: spec/javascripts

spec_files:
- **/*[sS]pec.js
- "**/*[sS]pec.js"

stylesheets:

0 comments on commit 6cfd096

Please sign in to comment.