Forgot to update phantom-jasmine location for LMS

This commit is contained in:
David Baumgold
2013-05-13 17:30:26 -04:00
parent 38ee7bea5a
commit d376cb52ca

View File

@@ -33,6 +33,6 @@ 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')
INSTALLED_APPS += ('django_jasmine', )