Sha256: e814ce2a5669d32b647d368c649407ecfe0a27ab95aff939741f7e8f86bd26ef
Contents?: true
Size: 334 Bytes
Versions: 43
Compression:
Stored size: 334 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.join(File.dirname(__FILE__), '..')) require 'test/unit' require 'rex/file' class Rex::FileUtils::UnitTest < ::Test::Unit::TestCase Klass = Rex::FileUtils def test_find_full_path assert_not_nil(Klass.find_full_path("ls")) assert_nil(Klass.find_full_path("cookie monster cake")) end end
Version data entries
43 entries across 43 versions & 1 rubygems