Merge pull request #2033 from edx/fix-phantom-jasmine-lms

Forgot to update phantom-jasmine location for LMS
This commit is contained in:
Jay Zoldak
2013-05-14 06:13:13 -07:00

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', )