summaryrefslogtreecommitdiff
path: root/spec/workers/project_export_worker_spec.rb
blob: 9923d8bde7f84ecfdf99795cbdac9585b0cdf4f2 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ProjectExportWorker do
  it_behaves_like 'export worker'
end