Skip to content

Commit

Permalink
Fix unnecessary tabulation for minitest template file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Dec 1, 2015
1 parent 2b39111 commit 32cead8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/generators/sidekiq/templates/worker_test.rb.erb
Original file line number Diff line number Diff line change
@@ -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 -%>

0 comments on commit 32cead8

Please sign in to comment.