Sha256: 75ebd0be44a7b0a69e0ed3a9a01dded0e7067753d77bdc060b5ccd662aa09a96
Contents?: true
Size: 220 Bytes
Versions: 29
Compression:
Stored size: 220 Bytes
Contents
require "test_helper" class Measured::UnitErrorTest < ActiveSupport::TestCase test "error class exists and is a subclass of StandardError" do assert Measured::UnitError.ancestors.include?(StandardError) end end
Version data entries
29 entries across 29 versions & 1 rubygems