From 9ee5f12b1be03e9e74ce3be7564a8e70032cb3e4 Mon Sep 17 00:00:00 2001 From: megli2 Date: Fri, 6 Sep 2024 08:57:03 +0200 Subject: [PATCH] Remove tarantula task since its not needed anymore --- lib/tasks/tarantula.rake | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/tasks/tarantula.rake diff --git a/lib/tasks/tarantula.rake b/lib/tasks/tarantula.rake deleted file mode 100644 index 537a68606..000000000 --- a/lib/tasks/tarantula.rake +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (c) 2012-2014, Pfadibewegung Schweiz. This file is part of -# hitobito_pbs and licensed under the Affero General Public License version 3 -# or later. See the COPYING file at the top-level directory or at -# https://github.com/hitobito/hitobito_pbs. - -desc "Crawl app with tarantula" -task :tarantula do - sh "rm -rf ../../../tmp/tarantula" - sh "rm -rf ../hitobito/tmp/tarantula" - sh "bash -c \"RAILS_ENV=test #{ENV["APP_ROOT"]}/bin/with_mysql rake app:tarantula:test\"" -end