8 lines
90 B
Ruby
8 lines
90 B
Ruby
|
require 'common'
|
||
|
|
||
|
class TestEntry < Test::Unit::TestCase
|
||
|
def test_entry
|
||
|
# FIX
|
||
|
end
|
||
|
end
|