From a6fed7798e01b6ae030fc2e2ec0cd34bc1ca5941 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Tue, 11 Nov 2014 13:11:40 -0600 Subject: [PATCH] Update Msfcli#usage spec style MSP-11147 --- spec/msfcli_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/msfcli_spec.rb b/spec/msfcli_spec.rb index c42cde55a9..5784397567 100644 --- a/spec/msfcli_spec.rb +++ b/spec/msfcli_spec.rb @@ -123,8 +123,7 @@ describe Msfcli do context ".usage" do it "should see a help menu" do out = get_stdout { - cli = Msfcli.new([]) - cli.usage + msfcli.usage } out.should =~ /Usage/ end