mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix unnecessary tabulation for minitest template file [skip ci]
This commit is contained in:
parent
2b39111d27
commit
32cead82c0
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
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
|
||||
def test_example
|
||||
skip "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue