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) ->
src: 'lib/rivets.js'
options:
specs: 'spec/rivets/**/*.js'
helpers: ['spec/matchers.js', 'spec/mock.data.js']
helpers: 'spec/lib/**/*.js'
watch:
all:
......