adjust namespec for rspec3
parent
f37adf9ff8
commit
8c94d3c1bd
|
@ -1,6 +1,6 @@
|
||||||
require 'rex/parser/ini'
|
require 'rex/parser/ini'
|
||||||
|
|
||||||
describe Rex::Parser::Ini do
|
RSpec.describe Rex::Parser::Ini do
|
||||||
let(:ini_contents) { <<EOF
|
let(:ini_contents) { <<EOF
|
||||||
# global comment
|
# global comment
|
||||||
global settting = blah
|
global settting = blah
|
||||||
|
|
Loading…
Reference in New Issue