mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
7 lines
160 B
Ruby
7 lines
160 B
Ruby
require_relative 'helper'
|
|
|
|
class TestErrors < Sidetiq::TestCase
|
|
def test_error_superclass
|
|
assert_equal StandardError, Sidetiq::Error.superclass
|
|
end
|
|
end
|