Autofix Rubocop RSpec/ClassCheck (#23685)
This commit is contained in:
parent
634368c491
commit
54318dcd6d
8 changed files with 32 additions and 46 deletions
|
@ -10,7 +10,7 @@ RSpec.describe Settings::Extend do
|
|||
describe '#settings' do
|
||||
it 'sets @settings as an instance of Settings::ScopedSettings' do
|
||||
user = Fabricate(:user)
|
||||
expect(user.settings).to be_kind_of Settings::ScopedSettings
|
||||
expect(user.settings).to be_a Settings::ScopedSettings
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue