REPORTER = spec

test:
		@./node_modules/.bin/mocha \
			--reporter $(REPORTER) \
			./test/gulp-cortex-handlebars-compiler.js

.PHONY: test