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

Fix test generator (#3309)

This commit is contained in:
Jose Galisteo 2017-01-07 19:50:31 +01:00 committed by Mike Perham
parent 45023e0f7e
commit 22a5286e88

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