From 589ae0b234da38825b732f94d69a36f50718ad3e Mon Sep 17 00:00:00 2001 From: megli2 Date: Fri, 6 Sep 2024 11:37:14 +0200 Subject: [PATCH] remove tarantula task from project since we don't need it anymore --- lib/tasks/tarantula.rake | 14 -------------- 1 file changed, 14 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 6545ae3..0000000 --- a/lib/tasks/tarantula.rake +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: true - -# Copyright (c) 2012-2021, Schweizerischer Sportverband öffentlicher Verkehr. This file is part of -# hitobito_svse 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_svse. - -desc "Crawl app with tarantula" -task :tarantula do # rubocop:disable Rails/RakeEnvironment - 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