Displays the release date of the detected WP version

This commit is contained in:
erwanlr
2018-10-20 12:37:46 +01:00
parent 998951e629
commit 48dab90313
16 changed files with 29 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ describe WPScan::Controller::Core do
# Ensures the :url is the first one and is correctly setup
expect(cli_options.first.to_sym).to eql :url
expect(cli_options.first.required_unless).to match_array %i[update help version]
expect(cli_options.first.required_unless).to match_array %i[update help hh version]
end
end