Update Msfcli#usage spec style

MSP-11147
This commit is contained in:
Luke Imhoff
2014-11-11 13:11:40 -06:00
parent c6f115d070
commit a6fed7798e
+1 -2
View File
@@ -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