12 lines
159 B
Ruby
12 lines
159 B
Ruby
|
require File.dirname(__FILE__) + '/test_helper.rb'
|
||
|
|
||
|
class TestTeamocil < Test::Unit::TestCase
|
||
|
|
||
|
def setup
|
||
|
end
|
||
|
|
||
|
def test_truth
|
||
|
assert true
|
||
|
end
|
||
|
end
|