diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 17:19:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 17:19:20 +0000 |
commit | fac02579cb375be15cb5a1a8e5b7e2bd6a90c23d (patch) | |
tree | 6c1d51bd58f71274c794ecb1fd77282d262bc199 /lib/tasks/testing.rake | |
parent | d827fc4a75a88b306a620680910fee246f75e173 (diff) | |
download | redmine-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.rake | 6 |
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 |