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