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

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2017-01-08 17:01:04 -08:00
commit 39843fc102

View file

@ -1,4 +1,4 @@
require_relative 'test_helper'
require 'test_helper'
<% module_namespacing do -%>
class <%= class_name %>WorkerTest < <% if defined? Minitest::Test %>Minitest::Test<% else %>MiniTest::Unit::TestCase<% end %>
def test_example