Sha256: 260331ac31f83dd9b8944bed5f055adfa2bc2ef1b44a6c376e009179db77a1e8
Contents?: true
Size: 250 Bytes
Versions: 10
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true 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
10 entries across 10 versions & 1 rubygems