Files
metasploit-gs/spec/lib/rex/encoding/xor/byte_spec.rb
T
Luke Imhoff d6bf0fd781 decribe -> RSpec.describe
MSP-13484

Disabled expose_dsl_globally in spec_helper, so need to qualify
top-level describe.
2015-12-10 21:47:22 -06:00

9 lines
166 B
Ruby

# -*- coding: binary -*-
require 'rex/encoding/xor/byte'
require 'spec_helper'
RSpec.describe Rex::Encoding::Xor::Byte do
it_behaves_like "an xor encoder", 1
end