FIX: Rubocop rule on restorer spec (#8238)

This commit is contained in:
Krzysztof Kotlarek 2019-10-24 12:03:27 +11:00 committed by GitHub
parent f530378df3
commit b8688c4af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ describe BackupRestore::Restorer do
it 'it is not erroring for non multisite' do
RailsMultisite::ConnectionManagement::clear_settings!
expect{ restorer.send(:reconnect_database) }.not_to raise_error
expect { restorer.send(:reconnect_database) }.not_to raise_error
end
end
end