mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Add extra test for SubclassTracking.
This commit is contained in:
parent
5f494cc1e6
commit
4ab7dd5ce4
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
require_relative 'helper'
|
||||
|
||||
class TestSubclassTracking < Sidetiq::TestCase
|
||||
class Foo
|
||||
class Base
|
||||
end
|
||||
|
||||
class Foo < Base
|
||||
extend Sidetiq::SubclassTracking
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue