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