mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
13 lines
187 B
Ruby
13 lines
187 B
Ruby
# frozen_string_literal: true
|
|
require_relative 'helper'
|
|
|
|
class TestUtil < Sidekiq::Test
|
|
|
|
class Helpers
|
|
include Sidekiq::Util
|
|
end
|
|
|
|
def test_nothing_atm
|
|
assert true
|
|
end
|
|
end
|