Commit 43afcd03 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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

parent 90718774
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment