Files
metasploit-gs/spec/lib/rex/encoding/xor/byte_spec.rb
T
James Lee 904a69ba63 Move xor tests to the right filenames
Thanks, simplecov, for telling me that these weren't actually getting
run.
2013-02-25 13:02:03 -06:00

8 lines
134 B
Ruby

require 'rex/encoding/xor/byte'
require 'spec_helper'
describe Rex::Encoding::Xor::Byte do
it_behaves_like "an xor encoder", 1
end