Updates deps

This commit is contained in:
erwanlr
2020-11-26 09:43:48 +01:00
parent 6b89bc9f55
commit 8eabcd9df3
3 changed files with 9 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ def rspec_parsed_options(args)
a << WPScan::Controller.const_get(sym).new
end
controllers.option_parser.results(args.split(' '))
controllers.option_parser.results(args.split)
end
# TODO: remove when https://github.com/bblimke/webmock/issues/552 fixed