Sha256: 02ec3f7b9c02c0944b69960009856746a4632d8db6f60b8b720342ed4af041c6
Contents?: true
Size: 233 Bytes
Versions: 17
Compression:
Stored size: 233 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), "/../helper")) module Johnson class ErrorTest < Johnson::TestCase def test_inherits_from_standard_error assert(Johnson::Error < StandardError) end end end
Version data entries
17 entries across 17 versions & 2 rubygems