parent
fb07eda972
commit
55f60bc5a7
|
@ -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 New Issue