tidy unused file

This commit is contained in:
Stephen
2024-03-27 18:57:28 +10:00
parent 24a25d6e6a
commit aaf4c58235

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