aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index cafe5616b9b..9fd22feb5db 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -271,10 +271,6 @@ module.exports = (grunt) ->
'no-colors': true
concise: true
src: ['<%= pkg.sources %>js/tests/e2e/tests/**/*.js']
- cw:
- options:
- test: true
- src: ['<%= pkg.sources %>js/tests/e2e/tests/component-viewer-spec.js']
single:
options:
test: true
@@ -335,8 +331,5 @@ module.exports = (grunt) ->
grunt.registerTask 'test', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
'express:test', 'casper:test']
- grunt.registerTask 'cw', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
- 'express:test', 'casper:cw']
-
grunt.registerTask 'single', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
'express:test', 'casper:single']