Install phantom-jasmine via npm, rather than git submodules

Because removing a step from our install process is a Good Thing™
This commit is contained in:
David Baumgold
2013-05-13 11:33:07 -04:00
parent 348e982678
commit 7c98981498
4 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ PIPELINE_JS['spec'] = {
JASMINE_TEST_DIRECTORY = PROJECT_ROOT + '/static/coffee'
STATICFILES_DIRS.append(COMMON_ROOT / 'test' / 'phantom-jasmine' / 'lib')
STATICFILES_DIRS.append(REPO_ROOT/'node_modules/phantom-jasmine/lib')
# Remove the localization middleware class because it requires the test database
# to be sync'd and migrated in order to run the jasmine tests interactively