parent
fb07eda972
commit
55f60bc5a7
|
@ -1,7 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "exporter"
|
|
||||||
|
|
||||||
class ExportWorker
|
class ExportWorker
|
||||||
include Sidekiq::Worker
|
include Sidekiq::Worker
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@ require "rails_helper"
|
||||||
require "support/example_exporter"
|
require "support/example_exporter"
|
||||||
require "base64"
|
require "base64"
|
||||||
|
|
||||||
require "exporter"
|
|
||||||
|
|
||||||
# This only tests the exporter itself to make sure zip file creation works.
|
# This only tests the exporter itself to make sure zip file creation works.
|
||||||
RSpec.describe Exporter do
|
RSpec.describe Exporter do
|
||||||
include ActiveSupport::Testing::TimeHelpers
|
include ActiveSupport::Testing::TimeHelpers
|
||||||
|
|
Loading…
Reference in New Issue