Move the spec helpers to spec/lib so that we can do reliable globbing in the jas…
…mine config in the same manner as the actual specs.
Showing
3 changed files
with
1 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ module.exports = (grunt) -> | ... | @@ -33,7 +33,7 @@ module.exports = (grunt) -> |
33 | src: 'lib/rivets.js' | 33 | src: 'lib/rivets.js' |
34 | options: | 34 | options: |
35 | specs: 'spec/rivets/**/*.js' | 35 | specs: 'spec/rivets/**/*.js' |
36 | helpers: ['spec/matchers.js', 'spec/mock.data.js'] | 36 | helpers: 'spec/lib/**/*.js' |
37 | 37 | ||
38 | watch: | 38 | watch: |
39 | all: | 39 | all: | ... | ... |
File moved
File moved
-
Please register or sign in to post a comment