DEBSOURCES
Skip Quicknav
sources / ruby-cri / 2.15.12-2 / test / test_base.rb
123456789
# frozen_string_literal: true require 'helper' module Cri class BaseTestCase < Cri::TestCase def test_stub; end end end