Add missing RSpec. before describe
parent
4f2ed69daa
commit
f31e578780
|
@ -7,7 +7,7 @@ require 'msf/base/sessions/mainframe_shell'
|
||||||
# A quick test that MainframeShell is operable
|
# A quick test that MainframeShell is operable
|
||||||
# Author: Bigendian Smalls
|
# Author: Bigendian Smalls
|
||||||
#
|
#
|
||||||
describe Msf::Sessions::MainframeShell do
|
RSpec.describe Msf::Sessions::MainframeShell do
|
||||||
it 'extends Msf::Sessions::CommandShell to include EBCDIC cp1047 codepage translation' do
|
it 'extends Msf::Sessions::CommandShell to include EBCDIC cp1047 codepage translation' do
|
||||||
args=[0,
|
args=[0,
|
||||||
{:datastore=>
|
{:datastore=>
|
||||||
|
|
Loading…
Reference in New Issue