8 lines
154 B
Ruby
8 lines
154 B
Ruby
|
# Copyright (c) 2005-2006 David Barri
|
||
|
|
||
|
module Test # :nodoc:
|
||
|
module Unit # :nodoc:
|
||
|
class TestCase # :nodoc:
|
||
|
include GLoc
|
||
|
end; end; end
|