1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_status/test/test_empty.rb
zedshaw 0fb0a0f097 Included the little mongrel_status plugin and the new mongrel_config plugin.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@91 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-10 06:06:06 +00:00

7 lines
90 B
Ruby

require 'test/unit'
class EmptyTest < Test::Unit::TestCase
def test_nothing
end
end