Apply suggestion to spec/lib/gitlab/current_settings_spec.rb

This commit is contained in:
Lin Jen-Shin 2019-03-28 07:05:12 +00:00
parent 90718774e1
commit 43afcd0333
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ describe Gitlab::CurrentSettings do
shared_examples 'a non-persisted ApplicationSetting object' do
let(:current_settings) { described_class.current_application_settings }
it 'returns a non-persisted ApplicationSetting object' do
it 'returns a FakeApplicationSettings object' do
expect(current_settings).to be_a(Gitlab::FakeApplicationSettings)
end