File: test_base.rb

package info (click to toggle)
ruby-cri 2.15.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ruby: 2,776; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'helper'

module Cri
  class BaseTestCase < Cri::TestCase
    def test_stub; end
  end
end