Adds `# frozen_string_literal: true` to spec/models ruby files
This reverts merge request !25370
Gitlab::CurrentSettings will create ApplicationSetting.current if not present which means we don't have to use `&.`. We can also more easily use stub_application_setting in specs