summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 12:35:32 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 12:35:32 +0000
commit530eef96033bf1474157bbc9c7739ff8dc7e2ae4 (patch)
treeeb4df8a4644addb29bcb34a9de4ad58ff702e42a /doc
parentb25b4762046adf99809ce609529d16dd22e2a1b4 (diff)
downloadredmine-530eef96033bf1474157bbc9c7739ff8dc7e2ae4.tar.gz
redmine-530eef96033bf1474157bbc9c7739ff8dc7e2ae4.zip
Converts UI tests to system tests (#23630).
git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/RUNNING_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS
index 91a534aa0..edd39be4e 100644
--- a/doc/RUNNING_TESTS
+++ b/doc/RUNNING_TESTS
@@ -70,4 +70,4 @@ You need to have ChromeDriver installed and available in your PATH:
https://sites.google.com/a/chromium.org/chromedriver/
Capybara tests can be run with:
-`rake test:ui`
+`rails test:system`