Files
beef/test/integration/check_environment.rb

10 lines
137 B
Ruby

require 'test/unit'
class TC_CheckEnvironment < Test::Unit::TestCase
def test_check_env
# Add environment checks here
end
end