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

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2017-05-31 12:09:13 -07:00
commit 976bef7d06

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