f7ccc0b4 by Michael Richards

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.
1 parent bc8684c8
...@@ -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:
......