Updates rubocop-performance and config

This commit is contained in:
erwanlr
2020-05-23 09:17:41 +02:00
parent 14abd05969
commit 677d32fef5
4 changed files with 23 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ describe WPScan::Controller::Core do
let(:cli_args) { "#{super()} --no-update" }
it 'raises an error' do
expect { core.update_db_required? }. to raise_error(WPScan::Error::MissingDatabaseFile)
expect { core.update_db_required? }.to raise_error(WPScan::Error::MissingDatabaseFile)
end
end