File: worker_test.rb.erb

package info (click to toggle)
ruby-sidekiq 6.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 860 kB
  • sloc: ruby: 4,076; makefile: 20; sh: 6
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'test_helper'
<% module_namespacing do -%>
class <%= class_name %>WorkerTest < Minitest::Test
  def test_example
    skip "add some examples to (or delete) #{__FILE__}"
  end
end
<% end -%>