remove requires for exporter

handled by Zeitwerk now
This commit is contained in:
Georg Gadinger 2022-12-29 07:32:08 +01:00 committed by Andreas Nedbal
parent fb07eda972
commit 55f60bc5a7
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "exporter"
class ExportWorker
include Sidekiq::Worker

View File

@ -4,8 +4,6 @@ require "rails_helper"
require "support/example_exporter"
require "base64"
require "exporter"
# This only tests the exporter itself to make sure zip file creation works.
RSpec.describe Exporter do
include ActiveSupport::Testing::TimeHelpers