summaryrefslogtreecommitdiffstats
path: root/lib/tasks/testing.rake
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-30 17:19:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-30 17:19:20 +0000
commitfac02579cb375be15cb5a1a8e5b7e2bd6a90c23d (patch)
tree6c1d51bd58f71274c794ecb1fd77282d262bc199 /lib/tasks/testing.rake
parentd827fc4a75a88b306a620680910fee246f75e173 (diff)
downloadredmine-fac02579cb375be15cb5a1a8e5b7e2bd6a90c23d.tar.gz
redmine-fac02579cb375be15cb5a1a8e5b7e2bd6a90c23d.zip
Removes test:ui rake task replaced by rails test:system.
git-svn-id: http://svn.redmine.org/redmine/trunk@16929 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/testing.rake')
-rw-r--r--lib/tasks/testing.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake
index de0d5f24c..fbb25cfd1 100644
--- a/lib/tasks/testing.rake
+++ b/lib/tasks/testing.rake
@@ -97,10 +97,4 @@ namespace :test do
Minitest.rake_run FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb']
end
Rake::Task['test:routing'].comment = "Run the routing tests"
-
- task(:ui => "db:test:prepare") do |t|
- $: << "test"
- Minitest.rake_run FileList['test/ui/**/*_test_ui.rb']
- end
- Rake::Task['test:ui'].comment = "Run the UI tests with Capybara (PhantomJS listening on port 4444 is required)"
end