Sha256: b89db3c26240b96034ce44293b4ca93c4b57a01f8d5bc310cf2e55ec421025ff
Contents?: true
Size: 443 Bytes
Versions: 43
Compression:
Stored size: 443 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..')) require 'rex/encoding/xor/byte' require 'rex/encoding/xor/generic.rb.ut' # # I suck because I want to inherit a test case, but this will # also cause it to run the test case I'm inheriting, so this runs both the # Byte and Generic tests, oh well for now... # module Rex::Encoding::Xor class Byte::UnitTest < Generic::UnitTest def enc Byte end end end
Version data entries
43 entries across 43 versions & 1 rubygems