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