diff --git a/lib/tasks/tarantula.rake b/lib/tasks/tarantula.rake deleted file mode 100644 index 6c49bf2..0000000 --- a/lib/tasks/tarantula.rake +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: true - -# Copyright (c) 2012-2023, Jungschar EMK. This file is part of -# hitobito_jemk 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_jemk. - -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