metasploit-framework/data/msfweb/test/functional/msf_controller_test.rb

9 lines
163 B
Ruby

require 'test_helper'
class MsfControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end