tidy unused

This commit is contained in:
Stephen
2024-03-28 03:07:43 +10:00
parent aaf4c58235
commit 83015d0a40

View File

@@ -1,15 +0,0 @@
#
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
require 'test/unit'
class TC_CheckEnvironment < Test::Unit::TestCase
def test_check_env
# Add environment checks here
end
end