Sha256: 5531aa49b09005fd6364d3c48bffd3373de03b2b45119e3bf078a90ebab8e03b
Contents?: true
Size: 148 Bytes
Versions: 7
Compression:
Stored size: 148 Bytes
Contents
require "test_helper" class ObjectTest < ActiveSupport::TestCase test "is_sti?" do assert Case.is_sti? assert !Entry.is_sti? end end
Version data entries
7 entries across 7 versions & 1 rubygems