diff --git a/app/workers/export_worker.rb b/app/workers/export_worker.rb index 411c5318..87d82eeb 100644 --- a/app/workers/export_worker.rb +++ b/app/workers/export_worker.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "exporter" - class ExportWorker include Sidekiq::Worker diff --git a/spec/lib/exporter_spec.rb b/spec/lib/exporter_spec.rb index 0ad327cb..809bcca4 100644 --- a/spec/lib/exporter_spec.rb +++ b/spec/lib/exporter_spec.rb @@ -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