mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
8 lines
90 B
Ruby
8 lines
90 B
Ruby
![]() |
require 'test/unit'
|
||
|
|
||
|
class EmptyTest < Test::Unit::TestCase
|
||
|
def test_nothing
|
||
|
end
|
||
|
end
|
||
|
|