File: worker_spec.rb.erb

package info (click to toggle)
ruby-sidekiq 5.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 828 kB
  • sloc: ruby: 4,065; makefile: 24; sh: 6
file content (6 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
require 'rails_helper'
<% module_namespacing do -%>
RSpec.describe <%= class_name %>Worker, type: :worker do
  pending "add some examples to (or delete) #{__FILE__}"
end
<% end -%>