mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix RSpec generated worker template indentation
This commit is contained in:
parent
d7d810cc1a
commit
c51cd8148f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'rails_helper'
|
||||
<% module_namespacing do -%>
|
||||
RSpec.describe <%= class_name %>Worker, type: :worker do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue