FIX: Rubocop rule on restorer spec (#8238)
This commit is contained in:
parent
f530378df3
commit
b8688c4af7
|
@ -127,7 +127,7 @@ describe BackupRestore::Restorer do
|
||||||
|
|
||||||
it 'it is not erroring for non multisite' do
|
it 'it is not erroring for non multisite' do
|
||||||
RailsMultisite::ConnectionManagement::clear_settings!
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue