Add in acceptance test for asymptote

This commit is contained in:
James Allen
2014-04-03 09:03:51 -04:00
parent f4113b04e1
commit 68d122c206
4 changed files with 119 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ module.exports = (grunt) ->
options:
reporter: "spec"
timeout: 40000
grep: grunt.option("grep")
src: ["test/acceptance/js/**/*.js"]
smoke:
options: