Remove some angular testing crud, integrate with regular rails config and script dirs

This commit is contained in:
Rohan Mitchell
2013-11-29 11:12:24 +11:00
parent 29308dca76
commit 6608b6e1ad
8 changed files with 1 additions and 330 deletions

9
script/ng-test.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
BASE_DIR=`dirname $0`
echo ""
echo "Starting Karma Server"
echo "-------------------------------------------------------------------"
karma start $BASE_DIR/../config/ng-test.conf.js $*