Remove redundant 'it' in text name

MSP-11147
bug/bundler_fix
Luke Imhoff 2014-11-11 13:16:45 -06:00
parent 5d6aec8bed
commit 56b53b0dcd
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ describe Msfcli do
context "#dump_module_list" do
include_context 'Metasploit::Framework::Spec::Constants cleaner'
it "it should dump a list of modules" do
it "should dump a list of modules" do
tbl = ''
stdout = get_stdout {
cli = Msfcli.new([])