chore(protractor): use jasmine2 as framework

This commit is contained in:
Martin Staffa
2016-07-07 15:29:25 +02:00
parent c72e13fdb6
commit a82a8a5210
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ exports.config = {
baseUrl: 'http://localhost:8000/',
framework: 'jasmine',
framework: 'jasmine2',
onPrepare: function() {
/* global angular: false, browser: false, jasmine: false */
+1 -1
View File
@@ -5,7 +5,7 @@ exports.config = {
baseUrl: 'http://localhost:8000/',
framework: 'jasmine',
framework: 'jasmine2',
onPrepare: function() {
/* global angular: false, browser: false, jasmine: false */