10 lines
137 B
Ruby
10 lines
137 B
Ruby
require 'test/unit'
|
|
|
|
class TC_CheckEnvironment < Test::Unit::TestCase
|
|
|
|
def test_check_env
|
|
# Add environment checks here
|
|
|
|
end
|
|
|
|
end |