Remove protected method from specs examples

MSP-11126
bug/bundler_fix
Luke Imhoff 2014-10-17 11:49:01 -05:00
parent 575717681c
commit 7ffd07c44d
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ describe Msf::Module do
it { is_expected.to respond_to :fail_with }
it { is_expected.to respond_to :file_path }
it { is_expected.to respond_to :framework }
it { is_expected.to respond_to :generate_uuid }
it { is_expected.to respond_to :orig_cls }
it { is_expected.to respond_to :owner }
it { is_expected.to respond_to :platform? }