aboutsummaryrefslogtreecommitdiffstats
path: root/test/testunit/tests_for_parallel/ptest_second.rb
blob: a793c17eb33c55b49a84eb606bc3853e0b7f2fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: false
require 'test/unit'

class TestB < Test::Unit::TestCase
  def test_nothing
  end
end

class TestC < Test::Unit::TestCase
  def test_nothing
  end
end