mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:39:54 +01:00
remove requires for exporter
handled by Zeitwerk now
This commit is contained in:
parent
fb07eda972
commit
55f60bc5a7
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "exporter"
|
||||
|
||||
class ExportWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue