mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
8 lines
198 B
Text
8 lines
198 B
Text
require 'test_helper'
|
|
<% module_namespacing do -%>
|
|
class <%= class_name %>WorkerTest < Minitest::Test
|
|
def test_example
|
|
skip "add some examples to (or delete) #{__FILE__}"
|
|
end
|
|
end
|
|
<% end -%>
|