Class: Rex::FileUtils::UnitTest

Inherits:
Test::Unit::TestCase
  • Object
show all
Defined in:
lib/rex/file.rb.ut.rb

Constant Summary collapse

Klass =
Rex::FileUtils

Instance Method Summary collapse

Instance Method Details

#test_find_full_pathObject



11
12
13
14
# File 'lib/rex/file.rb.ut.rb', line 11

def test_find_full_path
	assert_not_nil(Klass.find_full_path("ls"))
	assert_nil(Klass.find_full_path("cookie monster cake"))
end