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

Merge pull request #2679 from dlackty/patch-1

Use new hash syntax for generated spec
This commit is contained in:
Anton Davydov 2015-11-30 19:37:09 +03:00
commit 2b39111d27

View file

@ -1,6 +1,6 @@
require 'rails_helper'
<% module_namespacing do -%>
RSpec.describe <%= class_name %>Worker, :type => :worker do
RSpec.describe <%= class_name %>Worker, type: :worker do
pending "add some examples to (or delete) #{__FILE__}"
end
<% end -%>
<% end -%>