Include running jasmine tests for discussion forums on jenkins

This commit is contained in:
Jay Zoldak
2013-05-16 16:49:25 -04:00
parent 71626f4ff6
commit 9fba56c0e2

View File

@@ -78,10 +78,11 @@ rake test_lms[false] || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1
# Run the jaavascript unit tests
# Run the javascript unit tests
rake phantomjs_jasmine_lms || TESTS_FAILED=1
rake phantomjs_jasmine_cms || TESTS_FAILED=1
rake phantomjs_jasmine_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_discussion || TESTS_FAILED=1
rake coverage:xml coverage:html