Remove report_store_local from the spec

bug/bundler_fix
William Vu 2015-06-04 18:54:15 -05:00
parent a53a68cfc2
commit c003602993
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ describe Msf::Ui::Console::CommandDispatcher::Db do
it { is_expected.to respond_to :each_host_range_chunk }
it { is_expected.to respond_to :make_sortable }
it { is_expected.to respond_to :name }
it { is_expected.to respond_to :report_store_local }
it { is_expected.to respond_to :set_rhosts_from_addrs }
describe "#cmd_creds" do