mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 05:55:35 +08:00
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…
x
Reference in New Issue
Block a user