Skip to content
Snippets Groups Projects
Commit 85b29c1c authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

Add frozen_string_literal to spec/services

Probably useful as we often move these files to "new" files.
parent ec780444
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 0 deletions
# frozen_string_literal: true
require 'spec_helper'
 
describe AccessTokenValidationService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ApplicationSettings::UpdateService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Auth::ContainerRegistryAuthenticationService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BaseCountService, :use_clean_rails_memory_store_caching do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::CreateService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Issues::CreateService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Issues::ListService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Issues::MoveService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::ListService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Lists::CreateService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Lists::DestroyService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Lists::GenerateService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Lists::ListService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Boards::Lists::MoveService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ChatNames::AuthorizeUserService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ChatNames::FindUserService, :clean_gitlab_redis_shared_state do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Ci::ArchiveTraceService, '#execute' do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Ci::CompareTestReportsService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Ci::CreatePipelineService do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Ci::DestroyExpiredJobArtifactsService, :clean_gitlab_redis_shared_state do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment