1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/test_util.rb

13 lines
157 B
Ruby
Raw Normal View History

require_relative 'helper'
class TestUtil < Sidekiq::Test
class Helpers
include Sidekiq::Util
end
2016-02-25 16:58:36 -05:00
def test_nothing_atm
assert true
end
end