1
0
Fork 0
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:
Mauro Otonelli 2017-05-29 14:31:46 -03:00 committed by Mike Perham
parent d7d810cc1a
commit c51cd8148f

View file

@ -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 -%>