diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-18 11:16:00 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-18 11:16:07 +0200 |
commit | d370049974502061b852e73f25700c0d3bf218e6 (patch) | |
tree | a0f6ab394d11804f4a91e09add17ab5b68cec2e0 /server/sonar-web/Gruntfile.coffee | |
parent | ff0de9e003be737aae3f76c0172f65665ce9b5a1 (diff) | |
download | sonarqube-d370049974502061b852e73f25700c0d3bf218e6.tar.gz sonarqube-d370049974502061b852e73f25700c0d3bf218e6.zip |
add web tests for maintenance app
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 831558a585b..548d37260c1 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -164,6 +164,7 @@ module.exports = (grunt) -> 'casper:provisioning' 'casper:computation' 'casper:metrics' + 'casper:maintenance' ] @@ -338,6 +339,8 @@ module.exports = (grunt) -> src: ['src/test/js/groups-spec.js'] metrics: src: ['src/test/js/metrics-spec.js'] + maintenance: + src: ['src/test/js/maintenance-spec.js'] uglify: build: |