diff --git "a/train.csv" "b/train.csv" --- "a/train.csv" +++ "b/train.csv" @@ -1,4 +1,4 @@ -INSTRUCTION;SOLUTION +INSTRUCTION,SOLUTION "Write RSpec test file for following ruby class ```ruby # frozen_string_literal: true @@ -44,7 +44,7 @@ class TagFollowingService class DuplicateTag < RuntimeError; end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe TagFollowingService do before do @@ -206,7 +206,7 @@ class AspectsMembershipService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe AspectsMembershipService do before do @@ -434,7 +434,7 @@ class LikeService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe LikeService do let(:post) { alice.post(:status_message, text: ""hello"", to: alice.aspects.first) } @@ -791,7 +791,7 @@ class StatusMessageCreationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe StatusMessageCreationService do describe ""#create"" do @@ -1086,7 +1086,7 @@ class PostService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe PostService do let(:post) { alice.post(:status_message, text: ""ohai"", to: alice.aspects.first) } @@ -1577,7 +1577,7 @@ class NotificationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe NotificationService do describe ""notification interrelation"" do @@ -1771,7 +1771,7 @@ class DiasporaLinkService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe DiasporaLinkService do let(:service) { described_class.new(link) } @@ -1865,7 +1865,7 @@ class PollParticipationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe PollParticipationService do let(:poll_post) { FactoryBot.create(:status_message_with_poll, public: true) } @@ -1924,7 +1924,7 @@ class ReshareService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe ReshareService do let(:post) { alice.post(:status_message, text: ""hello"", public: true) } @@ -2101,7 +2101,7 @@ class PhotoService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe PhotoService do before do @@ -2284,7 +2284,7 @@ class ConversationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe ConversationService do before do @@ -2496,7 +2496,7 @@ class CommentService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe CommentService do let(:post) { alice.post(:status_message, text: ""hello"", to: alice.aspects.first) } @@ -2787,7 +2787,7 @@ class ImportService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -3060,7 +3060,7 @@ class AuthorizeFollowService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -3123,7 +3123,7 @@ class PrecomputeFeedService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -3389,7 +3389,7 @@ class PostStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -3943,7 +3943,7 @@ class AccountSearchService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4120,7 +4120,7 @@ class SoftwareUpdateCheckService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4385,7 +4385,7 @@ class UnsuspendAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4573,7 +4573,7 @@ class AfterBlockDomainFromAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4654,7 +4654,7 @@ class BlockDomainService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4765,7 +4765,7 @@ class BlockService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -4873,7 +4873,7 @@ class UnfollowService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -5042,7 +5042,7 @@ class SuspendAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -5317,7 +5317,7 @@ class BulkImportService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -5762,7 +5762,7 @@ class AfterBlockService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -5836,7 +5836,7 @@ class MuteService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -5926,7 +5926,7 @@ class RemoveFromFollowersService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -6125,7 +6125,7 @@ class FetchLinkCardService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -6425,7 +6425,7 @@ class UpdateAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -6533,7 +6533,7 @@ class ReblogService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -6726,7 +6726,7 @@ class ProcessMentionsService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -6936,7 +6936,7 @@ class BatchedRemoveStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7009,7 +7009,7 @@ class FetchRemoteStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7155,7 +7155,7 @@ class SearchService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7299,7 +7299,7 @@ class VerifyLinkService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7564,7 +7564,7 @@ class FetchResourceService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7732,7 +7732,7 @@ class AppSignUpService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7835,7 +7835,7 @@ class UnblockDomainService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7891,7 +7891,7 @@ class PurgeDomainService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -7946,7 +7946,7 @@ class RejectFollowService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8016,7 +8016,7 @@ class UnallowDomainService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8185,7 +8185,7 @@ class ReportService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8410,7 +8410,7 @@ class FavouriteService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8506,7 +8506,7 @@ class ClearDomainMediaService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8558,7 +8558,7 @@ class UnblockService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -8791,7 +8791,7 @@ class NotifyService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -9088,7 +9088,7 @@ class TranslateStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -9491,7 +9491,7 @@ class FanOutOnWriteService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -9733,7 +9733,7 @@ class ResolveURLService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -10113,7 +10113,7 @@ class BackupService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -10245,7 +10245,7 @@ class AccountStatusesCleanupService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -10465,7 +10465,7 @@ class FetchOEmbedService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -10839,7 +10839,7 @@ class UpdateStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -11053,7 +11053,7 @@ class BootstrapTimelineService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -11240,7 +11240,7 @@ class ResolveAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -11585,7 +11585,7 @@ class FollowService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -12054,7 +12054,7 @@ class DeleteAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -12341,7 +12341,7 @@ class RemoveStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -12521,7 +12521,7 @@ class BulkImportRowService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -12774,7 +12774,7 @@ class ActivityPub::FetchRemoteKeyService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -12953,7 +12953,7 @@ class ActivityPub::ProcessCollectionService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -13309,7 +13309,7 @@ class ActivityPub::FetchRemoteActorService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -13600,7 +13600,7 @@ class ActivityPub::FetchFeaturedCollectionService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -13756,7 +13756,7 @@ class ActivityPub::FetchRemoteAccountService < ActivityPub::FetchRemoteActorServ end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -14014,7 +14014,7 @@ class ActivityPub::FetchFeaturedTagsCollectionService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -14198,7 +14198,7 @@ class ActivityPub::FetchRemoteStatusService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -14866,7 +14866,7 @@ class ActivityPub::ProcessAccountService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -15126,7 +15126,7 @@ class ActivityPub::FetchRepliesService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -15340,7 +15340,7 @@ class ActivityPub::SynchronizeFollowersService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -15761,7 +15761,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'rails_helper' @@ -16261,7 +16261,7 @@ class UploadService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -16391,7 +16391,7 @@ class NoteSummary end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -16539,7 +16539,7 @@ end AutoMergeService.prepend_mod_with('AutoMergeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -16870,7 +16870,7 @@ class RepositoryArchiveCleanUpService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17070,7 +17070,7 @@ class ImportExportCleanUpService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17276,7 +17276,7 @@ class TaskListToggleService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17585,7 +17585,7 @@ class UpdateContainerRegistryInfoService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17773,7 +17773,7 @@ class BaseContainerService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17836,7 +17836,7 @@ class GravatarService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -17917,7 +17917,7 @@ class AccessTokenValidationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -18149,7 +18149,7 @@ end AuditEventService.prepend_mod_with('AuditEventService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -18713,7 +18713,7 @@ end SystemNoteService.prepend_mod_with('SystemNoteService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -19505,7 +19505,7 @@ class BulkPushEventPayloadService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -20016,7 +20016,7 @@ end TodoService.prepend_mod_with('TodoService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -21661,7 +21661,7 @@ end BaseCountService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -21875,7 +21875,7 @@ class PushEventPayloadService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -22222,7 +22222,7 @@ end VerifyPagesDomainService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -22613,7 +22613,7 @@ class MarkdownContentRewriterService :field, :html_field, :object, :result end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -22929,7 +22929,7 @@ end SearchService.prepend_mod_with('SearchService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -23503,7 +23503,7 @@ class SystemHooksService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -23599,7 +23599,7 @@ class CompareService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -23662,7 +23662,7 @@ class UserAgentDetailService attr_reader :spammable, :perform_spam_check end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -23716,7 +23716,7 @@ class X509CertificateRevokeService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -24062,7 +24062,7 @@ end EventCreateService.prepend_mod_with('EventCreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -24862,7 +24862,7 @@ class WebHookService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -25766,7 +25766,7 @@ class CohortsService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -25919,7 +25919,7 @@ class UserProjectAccessChangedService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -27000,7 +27000,7 @@ end NotificationService.prepend_mod_with('NotificationService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -31280,7 +31280,7 @@ class ResetProjectCacheService < BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -31357,7 +31357,7 @@ class BulkUpdateIntegrationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -31586,7 +31586,7 @@ class ServiceResponse end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'fast_spec_helper' @@ -31853,7 +31853,7 @@ class BulkCreateIntegrationService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -32098,7 +32098,7 @@ end PostReceiveService.prepend_mod_with('PostReceiveService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -32543,7 +32543,7 @@ end PreviewMarkdownService.prepend_mod_with('PreviewMarkdownService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -32873,7 +32873,7 @@ module ProtectedBranches end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # rubocop:disable Style/RedundantFetchBlock # require 'spec_helper' @@ -33048,7 +33048,7 @@ end ProtectedBranches::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33134,7 +33134,7 @@ end ProtectedBranches::UpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33239,7 +33239,7 @@ end ProtectedBranches::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33370,7 +33370,7 @@ end ProtectedBranches::ApiService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33521,7 +33521,7 @@ end AuditEvents::BuildService.prepend_mod_with('AuditEvents::BuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33692,7 +33692,7 @@ module Ide end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33813,7 +33813,7 @@ end Ide::SchemasConfigService.prepend_mod_with('Ide::SchemasConfigService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -33920,7 +33920,7 @@ module Ide end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -34039,7 +34039,7 @@ module Commits end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Commits::CommitPatchService, feature_category: :source_code_management do @@ -34168,7 +34168,7 @@ module Commits end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -34279,7 +34279,7 @@ module Commits end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -34508,7 +34508,7 @@ module ImportCsv end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -34637,7 +34637,7 @@ module ImportCsv end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -34783,7 +34783,7 @@ module AutoMerge end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -35025,7 +35025,7 @@ module AutoMerge end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -35383,7 +35383,7 @@ module AuthorizedProjectUpdate end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -35423,7 +35423,7 @@ module AuthorizedProjectUpdate end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -35549,7 +35549,7 @@ module AuthorizedProjectUpdate end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -35681,7 +35681,7 @@ module AuthorizedProjectUpdate end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -36054,7 +36054,7 @@ end AuthorizedProjectUpdate::ProjectRecalculateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -36688,7 +36688,7 @@ end SystemNotes::IssuablesService.prepend_mod_with('SystemNotes::IssuablesService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -37728,7 +37728,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -37924,7 +37924,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -38172,7 +38172,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -38426,7 +38426,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -38688,7 +38688,7 @@ end SystemNotes::MergeRequestsService.prepend_mod_with('SystemNotes::MergeRequestsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39020,7 +39020,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39232,7 +39232,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39647,7 +39647,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39733,7 +39733,7 @@ module SystemNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39866,7 +39866,7 @@ module Organizations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -39967,7 +39967,7 @@ module Organizations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40115,7 +40115,7 @@ module Terraform end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40367,7 +40367,7 @@ module Terraform end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40461,7 +40461,7 @@ end Terraform::States::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40522,7 +40522,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40741,7 +40741,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40847,7 +40847,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -40920,7 +40920,7 @@ end Snippets::DestroyService.prepend_mod_with('Snippets::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -41233,7 +41233,7 @@ end Snippets::UpdateService.prepend_mod_with('Snippets::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -42076,7 +42076,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -42239,7 +42239,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -42406,7 +42406,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -42590,7 +42590,7 @@ module Snippets end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43038,7 +43038,7 @@ module Database end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43304,7 +43304,7 @@ module Database end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43543,7 +43543,7 @@ module Database end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43646,7 +43646,7 @@ module FeatureFlags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43724,7 +43724,7 @@ module FeatureFlags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -43919,7 +43919,7 @@ module FeatureFlags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -44117,7 +44117,7 @@ module FeatureFlags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -44246,7 +44246,7 @@ module IssueLinks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -44302,7 +44302,7 @@ module IssueLinks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -44534,7 +44534,7 @@ end IssueLinks::CreateService.prepend_mod_with('IssueLinks::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -44762,7 +44762,7 @@ module Spam end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -45216,7 +45216,7 @@ module Spam end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -45359,7 +45359,7 @@ module Spam end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -45635,7 +45635,7 @@ end Spam::SpamVerdictService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46117,7 +46117,7 @@ module Spam end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46239,7 +46239,7 @@ module Spam end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46332,7 +46332,7 @@ end Releases::CreateEvidenceService.prepend_mod_with('Releases::CreateEvidenceService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46401,7 +46401,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46556,7 +46556,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -46826,7 +46826,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47346,7 +47346,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47446,7 +47446,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47564,7 +47564,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47681,7 +47681,7 @@ module Releases end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47758,7 +47758,7 @@ module ChatNames end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47848,7 +47848,7 @@ module ChatNames end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -47952,7 +47952,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -48095,7 +48095,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -48374,7 +48374,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -48506,7 +48506,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -48687,7 +48687,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -48954,7 +48954,7 @@ module ErrorTracking end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -49194,7 +49194,7 @@ module WebHooks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -49392,7 +49392,7 @@ module WebHooks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -49493,7 +49493,7 @@ module WebHooks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -49600,7 +49600,7 @@ module ContainerRegistry end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -49825,7 +49825,7 @@ module LooseForeignKeys end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -50126,7 +50126,7 @@ module LooseForeignKeys # rubocop: enable CodeReuse/ActiveRecord end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -50384,7 +50384,7 @@ module LooseForeignKeys end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -50616,7 +50616,7 @@ module NotificationRecipients end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -50824,7 +50824,7 @@ module NotificationRecipients end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -50969,7 +50969,7 @@ end NotificationRecipients::Builder::Default.prepend_mod_with('NotificationRecipients::Builder::Default') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -51230,7 +51230,7 @@ module JiraConnectInstallations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -51412,7 +51412,7 @@ module JiraConnectInstallations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -51518,7 +51518,7 @@ module JiraConnectInstallations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -51762,7 +51762,7 @@ module JiraConnectSubscriptions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -51951,7 +51951,7 @@ module Discussions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -52179,7 +52179,7 @@ module Discussions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -52291,7 +52291,7 @@ module Discussions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -52556,7 +52556,7 @@ module Discussions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -52697,7 +52697,7 @@ module Discussions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -52811,7 +52811,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -52939,7 +52939,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53049,7 +53049,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53140,7 +53140,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53243,7 +53243,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53327,7 +53327,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53404,7 +53404,7 @@ module Achievements end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53527,7 +53527,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53841,7 +53841,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -53908,7 +53908,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54122,7 +54122,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54237,7 +54237,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54290,7 +54290,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54343,7 +54343,7 @@ module Security end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54422,7 +54422,7 @@ module Auth end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -54860,7 +54860,7 @@ end Auth::ContainerRegistryAuthenticationService.prepend_mod_with('Auth::ContainerRegistryAuthenticationService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -55010,7 +55010,7 @@ end ApplicationSettings::UpdateService.prepend_mod_with('ApplicationSettings::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -55577,7 +55577,7 @@ module BatchedGitRefUpdates end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -55680,7 +55680,7 @@ module BatchedGitRefUpdates end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -55856,7 +55856,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -56139,7 +56139,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -56428,7 +56428,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -56694,7 +56694,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -56870,7 +56870,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -56944,7 +56944,7 @@ end ::Ci::ChangeVariablesService.prepend_mod_with('Ci::ChangeVariablesService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -57056,7 +57056,7 @@ end Ci::RetryJobService.prepend_mod_with('Ci::RetryJobService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -57657,7 +57657,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -57785,7 +57785,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -58068,7 +58068,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -58194,7 +58194,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -58361,7 +58361,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -58707,7 +58707,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -59715,7 +59715,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -60039,7 +60039,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -60435,7 +60435,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -60710,7 +60710,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -61153,7 +61153,7 @@ end Ci::CopyCrossDatabaseAssociationsService.prepend_mod_with('Ci::CopyCrossDatabaseAssociationsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -61206,7 +61206,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -61323,7 +61323,7 @@ end Ci::PlayBuildService.prepend_mod_with('Ci::PlayBuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -61560,7 +61560,7 @@ end Ci::RetryPipelineService.prepend_mod_with('Ci::RetryPipelineService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62077,7 +62077,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62189,7 +62189,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62279,7 +62279,7 @@ end ::Ci::ChangeVariableService.prepend_mod_with('Ci::ChangeVariableService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62384,7 +62384,7 @@ end Ci::DestroyPipelineService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62597,7 +62597,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -62825,7 +62825,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -63245,7 +63245,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -63455,7 +63455,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -63937,7 +63937,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64033,7 +64033,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64206,7 +64206,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64388,7 +64388,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64693,7 +64693,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64762,7 +64762,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -64871,7 +64871,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -65000,7 +65000,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -65333,7 +65333,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -65848,7 +65848,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -65992,7 +65992,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -66131,7 +66131,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -66362,7 +66362,7 @@ end Ci::PlayBridgeService.prepend_mod_with('Ci::PlayBridgeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -66506,7 +66506,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -66774,7 +66774,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -66998,7 +66998,7 @@ end Ci::CreatePipelineService.prepend_mod_with('Ci::CreatePipelineService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69081,7 +69081,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69339,7 +69339,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69488,7 +69488,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69594,7 +69594,7 @@ end Ci::ProcessBuildService.prepend_mod_with('Ci::ProcessBuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Ci::ProcessBuildService, '#execute', feature_category: :continuous_integration do @@ -69707,7 +69707,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69786,7 +69786,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69879,7 +69879,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -69942,7 +69942,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -70034,7 +70034,7 @@ end Ci::PipelineBridgeStatusService.prepend_mod_with('Ci::PipelineBridgeStatusService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -70388,7 +70388,7 @@ end Ci::RegisterJobService.prepend_mod_with('Ci::RegisterJobService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -71500,7 +71500,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -71767,7 +71767,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72114,7 +72114,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72217,7 +72217,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72336,7 +72336,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72405,7 +72405,7 @@ end Ci::JobTokenScope::AddProjectService.prepend_mod_with('Ci::JobTokenScope::AddProjectService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Ci::JobTokenScope::AddProjectService, feature_category: :continuous_integration do @@ -72517,7 +72517,7 @@ end Ci::JobTokenScope::RemoveProjectService.prepend_mod_with('Ci::JobTokenScope::RemoveProjectService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Ci::JobTokenScope::RemoveProjectService, feature_category: :continuous_integration do @@ -72611,7 +72611,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72709,7 +72709,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -72915,7 +72915,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -73020,7 +73020,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -73373,7 +73373,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -74997,7 +74997,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75173,7 +75173,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75311,7 +75311,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75404,7 +75404,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75477,7 +75477,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75641,7 +75641,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -75878,7 +75878,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76006,7 +76006,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76088,7 +76088,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76210,7 +76210,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76361,7 +76361,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76534,7 +76534,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76693,7 +76693,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -76830,7 +76830,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77035,7 +77035,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77159,7 +77159,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77367,7 +77367,7 @@ end Ci::Queue::PendingBuildsStrategy.prepend_mod_with('Ci::Queue::PendingBuildsStrategy') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77419,7 +77419,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77565,7 +77565,7 @@ end Ci::Runners::SetRunnerAssociatedProjectsService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -77779,7 +77779,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78001,7 +78001,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78102,7 +78102,7 @@ end Ci::Runners::UnassignRunnerService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78207,7 +78207,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78545,7 +78545,7 @@ end Ci::Runners::AssignRunnerService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78722,7 +78722,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -78900,7 +78900,7 @@ end Ci::Runners::ResetRegistrationTokenService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79005,7 +79005,7 @@ end Ci::Runners::UnregisterRunnerService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79063,7 +79063,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79214,7 +79214,7 @@ end Ci::Runners::RegisterRunnerService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79575,7 +79575,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79683,7 +79683,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -79727,7 +79727,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -80058,7 +80058,7 @@ end Ci::JobArtifacts::DestroyBatchService.prepend_mod_with('Ci::JobArtifacts::DestroyBatchService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -80382,7 +80382,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -80515,7 +80515,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -80850,7 +80850,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -81073,7 +81073,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -81398,7 +81398,7 @@ end Ci::JobArtifacts::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82011,7 +82011,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82116,7 +82116,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82332,7 +82332,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # rubocop:disable Layout/LineLength require 'spec_helper' @@ -82477,7 +82477,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82573,7 +82573,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82777,7 +82777,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -82982,7 +82982,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83285,7 +83285,7 @@ end ::Ci::PipelineCreation::StartPipelineService.prepend_mod_with('Ci::PipelineCreation::StartPipelineService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83333,7 +83333,7 @@ module Ci end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83424,7 +83424,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83585,7 +83585,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -83765,7 +83765,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83832,7 +83832,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -83998,7 +83998,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -84359,7 +84359,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -84485,7 +84485,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -84581,7 +84581,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -84770,7 +84770,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -84903,7 +84903,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -85023,7 +85023,7 @@ module Environments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -85361,7 +85361,7 @@ end Projects::ImportService.prepend_mod_with('Projects::ImportService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -85921,7 +85921,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -86017,7 +86017,7 @@ end Projects::ProtectDefaultBranchService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -86444,7 +86444,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -86908,7 +86908,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -87090,7 +87090,7 @@ end ::Projects::UpdatePagesService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -87549,7 +87549,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -87638,7 +87638,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -87750,7 +87750,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -88051,7 +88051,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -88282,7 +88282,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -88406,7 +88406,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -88518,7 +88518,7 @@ end Projects::AutocompleteService.prepend_mod_with('Projects::AutocompleteService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -88866,7 +88866,7 @@ class Projects::BranchesByModeService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89094,7 +89094,7 @@ end Projects::GitlabProjectsImportService.prepend_mod_with('Projects::GitlabProjectsImportService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89131,7 +89131,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89171,7 +89171,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89229,7 +89229,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89507,7 +89507,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -89687,7 +89687,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -90001,7 +90001,7 @@ end Projects::CreateFromTemplateService.prepend_mod_with('Projects::CreateFromTemplateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -90121,7 +90121,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -90206,7 +90206,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -90566,7 +90566,7 @@ end Projects::TransferService.prepend_mod_with('Projects::TransferService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -91413,7 +91413,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -91698,7 +91698,7 @@ end Projects::ForkService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -92372,7 +92372,7 @@ end Projects::UnlinkForkService.prepend_mod_with('Projects::UnlinkForkService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -92644,7 +92644,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -92778,7 +92778,7 @@ end Projects::CleanupService.prepend_mod_with('Projects::CleanupService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -93105,7 +93105,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -93351,7 +93351,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -93514,7 +93514,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -93607,7 +93607,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -93650,7 +93650,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -94065,7 +94065,7 @@ end Projects::DestroyService.prepend_mod_with('Projects::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -94828,7 +94828,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -95203,7 +95203,7 @@ end Projects::UpdateService.prepend_mod_with('Projects::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::UpdateService, feature_category: :groups_and_projects do @@ -96199,7 +96199,7 @@ end Projects::EnableDeployKeyService.prepend_mod_with('Projects::EnableDeployKeyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96274,7 +96274,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96393,7 +96393,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96496,7 +96496,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96644,7 +96644,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96759,7 +96759,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -96870,7 +96870,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -97073,7 +97073,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -97187,7 +97187,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -97317,7 +97317,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -97466,7 +97466,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -97894,7 +97894,7 @@ end Projects::CreateService.prepend_mod_with('Projects::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -99122,7 +99122,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -99190,7 +99190,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -99417,7 +99417,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -99689,7 +99689,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -99889,7 +99889,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -100075,7 +100075,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -100289,7 +100289,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -100566,7 +100566,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -100777,7 +100777,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -101208,7 +101208,7 @@ end Projects::GroupLinks::DestroyService.prepend_mod_with('Projects::GroupLinks::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -101386,7 +101386,7 @@ end Projects::GroupLinks::UpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -101533,7 +101533,7 @@ end Projects::GroupLinks::CreateService.prepend_mod_with('Projects::GroupLinks::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -101817,7 +101817,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -102160,7 +102160,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -102358,7 +102358,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -102552,7 +102552,7 @@ end Projects::HashedStorage::MigrateAttachmentsService.prepend_mod_with('Projects::HashedStorage::MigrateAttachmentsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -102770,7 +102770,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -102860,7 +102860,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -103030,7 +103030,7 @@ end Projects::Operations::UpdateService.prepend_mod_with('Projects::Operations::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -103435,7 +103435,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::AutoDevops::DisableService, '#execute', feature_category: :auto_devops do @@ -103554,7 +103554,7 @@ end Projects::DeployTokens::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -103586,7 +103586,7 @@ end Projects::DeployTokens::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -103713,7 +103713,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -103915,7 +103915,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -104061,7 +104061,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -104499,7 +104499,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::LfsPointers::LfsDownloadLinkListService, feature_category: :source_code_management do @@ -104778,7 +104778,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::LfsPointers::LfsImportService, feature_category: :source_code_management do @@ -104939,7 +104939,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::LfsPointers::LfsLinkService, feature_category: :source_code_management do @@ -105232,7 +105232,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::LfsPointers::LfsDownloadService, feature_category: :source_code_management do @@ -105691,7 +105691,7 @@ module Projects end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Projects::LfsPointers::LfsObjectDownloadListService, feature_category: :source_code_management do @@ -105857,7 +105857,7 @@ end Emails::ConfirmService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -105903,7 +105903,7 @@ end Emails::DestroyService.prepend_mod_with('Emails::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -105952,7 +105952,7 @@ end Emails::CreateService.prepend_mod_with('Emails::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106048,7 +106048,7 @@ end TwoFactor::DestroyService.prepend_mod_with('TwoFactor::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106235,7 +106235,7 @@ module Wikis end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Wikis::CreateAttachmentService, feature_category: :wiki do @@ -106430,7 +106430,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106473,7 +106473,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106545,7 +106545,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106641,7 +106641,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -106734,7 +106734,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107050,7 +107050,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107298,7 +107298,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107422,7 +107422,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107554,7 +107554,7 @@ end Clusters::Agents::AuthorizeProxyUserService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107664,7 +107664,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107733,7 +107733,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107812,7 +107812,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -107959,7 +107959,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -108198,7 +108198,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -108408,7 +108408,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -108610,7 +108610,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -108754,7 +108754,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -108917,7 +108917,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -109047,7 +109047,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -109181,7 +109181,7 @@ end Clusters::AgentTokens::RevokeService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -109326,7 +109326,7 @@ end Clusters::AgentTokens::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -109465,7 +109465,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -109752,7 +109752,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Clusters::Kubernetes::CreateOrUpdateServiceAccountService, feature_category: :deployment_management do @@ -110057,7 +110057,7 @@ module Clusters end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -110279,7 +110279,7 @@ module CustomerRelations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -110390,7 +110390,7 @@ module CustomerRelations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -110459,7 +110459,7 @@ module CustomerRelations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -110565,7 +110565,7 @@ module CustomerRelations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -110777,7 +110777,7 @@ end Admin::SetFeatureFlagService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -111302,7 +111302,7 @@ module Admin end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -111462,7 +111462,7 @@ module Admin end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -111764,7 +111764,7 @@ module Admin end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -111968,7 +111968,7 @@ end Admin::PlanLimits::UpdateService.prepend_mod_with('Admin::PlanLimits::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -112243,7 +112243,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -112348,7 +112348,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -112482,7 +112482,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -112621,7 +112621,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -112807,7 +112807,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -113295,7 +113295,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -113781,7 +113781,7 @@ end ::IncidentManagement::IssuableEscalationStatuses::AfterUpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -113856,7 +113856,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -113972,7 +113972,7 @@ end ::IncidentManagement::IssuableEscalationStatuses::PrepareUpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114118,7 +114118,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114232,7 +114232,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114412,7 +114412,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114547,7 +114547,7 @@ module IncidentManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114744,7 +114744,7 @@ module Labels end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -114997,7 +114997,7 @@ end Labels::PromoteService.prepend_mod_with('Labels::PromoteService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -115301,7 +115301,7 @@ module Labels end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -115486,7 +115486,7 @@ module Labels end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Labels::AvailableLabelsService, feature_category: :team_planning do @@ -115674,7 +115674,7 @@ module Labels end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -115835,7 +115835,7 @@ end Labels::CreateService.prepend_mod_with('Labels::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -116136,7 +116136,7 @@ module IssueEmailParticipants end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -116281,7 +116281,7 @@ end DeployKeys::CreateService.prepend_mod_with('DeployKeys::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -116350,7 +116350,7 @@ module Uploads end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -116523,7 +116523,7 @@ end ResourceAccessTokens::RevokeService.prepend_mod_with('ResourceAccessTokens::RevokeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -116826,7 +116826,7 @@ end ResourceAccessTokens::CreateService.prepend_mod_with('ResourceAccessTokens::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -117221,7 +117221,7 @@ module Repositories end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -117368,7 +117368,7 @@ module Repositories end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -117544,7 +117544,7 @@ module Repositories end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -117864,7 +117864,7 @@ class Repositories::DestroyService < Repositories::BaseService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -117964,7 +117964,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -118046,7 +118046,7 @@ end Groups::AutocompleteService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -118204,7 +118204,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -118624,7 +118624,7 @@ end Groups::TransferService.prepend_mod_with('Groups::TransferService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -119704,7 +119704,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Groups::AutoDevopsService, '#execute', feature_category: :auto_devops do @@ -119856,7 +119856,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -120234,7 +120234,7 @@ end Groups::DestroyService.prepend_mod_with('Groups::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -120778,7 +120778,7 @@ end Groups::UpdateService.prepend_mod_with('Groups::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -121405,7 +121405,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -121508,7 +121508,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -121689,7 +121689,7 @@ end Groups::CreateService.prepend_mod_with('Groups::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -122040,7 +122040,7 @@ module Groups end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -122143,7 +122143,7 @@ end Groups::GroupLinks::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -122297,7 +122297,7 @@ end Groups::GroupLinks::UpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -122401,7 +122401,7 @@ end Groups::GroupLinks::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -122723,7 +122723,7 @@ end Groups::ImportExport::ImportService.prepend_mod_with('Groups::ImportExport::ImportService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123104,7 +123104,7 @@ end Groups::ImportExport::ExportService.prepend_mod_with('Groups::ImportExport::ExportService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123317,7 +123317,7 @@ end Groups::DeployTokens::RevokeService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123364,7 +123364,7 @@ end Groups::DeployTokens::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123396,7 +123396,7 @@ end Groups::DeployTokens::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123440,7 +123440,7 @@ module PersonalAccessTokens end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123564,7 +123564,7 @@ end PersonalAccessTokens::RotateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123734,7 +123734,7 @@ end PersonalAccessTokens::RevokeService.prepend_mod_with('PersonalAccessTokens::RevokeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123891,7 +123891,7 @@ module PersonalAccessTokens end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -123977,7 +123977,7 @@ end PersonalAccessTokens::CreateService.prepend_mod_with('PersonalAccessTokens::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124114,7 +124114,7 @@ module ExportCsv end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124229,7 +124229,7 @@ module ExportCsv end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124296,7 +124296,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124414,7 +124414,7 @@ end ::MergeRequests::RebaseService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124695,7 +124695,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -124863,7 +124863,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125145,7 +125145,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125535,7 +125535,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125662,7 +125662,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125748,7 +125748,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125829,7 +125829,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -125953,7 +125953,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -126191,7 +126191,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -126492,7 +126492,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -126776,7 +126776,7 @@ end MergeRequests::CreateApprovalEventService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -126843,7 +126843,7 @@ end MergeRequests::ReopenService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -127093,7 +127093,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -127374,7 +127374,7 @@ end MergeRequests::UpdateAssigneesService.prepend_mod_with('MergeRequests::UpdateAssigneesService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -127557,7 +127557,7 @@ end MergeRequests::ReloadMergeHeadDiffService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -127665,7 +127665,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -127942,7 +127942,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -128047,7 +128047,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -128159,7 +128159,7 @@ end MergeRequests::UpdateReviewersService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -128560,7 +128560,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -129816,7 +129816,7 @@ end MergeRequests::BaseService.prepend_mod_with('MergeRequests::BaseService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -130021,7 +130021,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -130162,7 +130162,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -130412,7 +130412,7 @@ end MergeRequests::PostMergeService.prepend_mod_with('MergeRequests::PostMergeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -130598,7 +130598,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -130711,7 +130711,7 @@ end MergeRequests::RemoveApprovalService.prepend_mod_with('MergeRequests::RemoveApprovalService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -130860,7 +130860,7 @@ end MergeRequests::ApprovalService.prepend_mod_with('MergeRequests::ApprovalService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -131033,7 +131033,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -131559,7 +131559,7 @@ end MergeRequests::BuildService.prepend_mod_with('MergeRequests::BuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe MergeRequests::BuildService, feature_category: :code_review_workflow do @@ -132425,7 +132425,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -132521,7 +132521,7 @@ end MergeRequests::CloseService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -132743,7 +132743,7 @@ end MergeRequests::AfterCreateService.prepend_mod_with('MergeRequests::AfterCreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -133082,7 +133082,7 @@ end MergeRequests::CreatePipelineService.prepend_mod_with('MergeRequests::CreatePipelineService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -133374,7 +133374,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -133848,7 +133848,7 @@ end MergeRequests::UpdateService.prepend_mod_with('MergeRequests::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -135259,7 +135259,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -135631,7 +135631,7 @@ end MergeRequests::RefreshService.prepend_mod_with('MergeRequests::RefreshService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -136725,7 +136725,7 @@ end MergeRequests::ExecuteApprovalHooksService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -136835,7 +136835,7 @@ end MergeRequests::CreateService.prepend_mod_with('MergeRequests::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -137475,7 +137475,7 @@ end MergeRequests::HandleAssigneesChangeService.prepend_mod_with('MergeRequests::HandleAssigneesChangeService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -137710,7 +137710,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -137912,7 +137912,7 @@ end MergeRequests::CreateRefService.prepend_mod_with('MergeRequests::CreateRefService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -138382,7 +138382,7 @@ end MergeRequests::MergeService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139131,7 +139131,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139405,7 +139405,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139555,7 +139555,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139650,7 +139650,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139830,7 +139830,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -139995,7 +139995,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140106,7 +140106,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140183,7 +140183,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140261,7 +140261,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140340,7 +140340,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140483,7 +140483,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140657,7 +140657,7 @@ end ::MergeRequests::MergeStrategies::FromSourceBranch.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -140761,7 +140761,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141062,7 +141062,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141216,7 +141216,7 @@ module Captcha end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141290,7 +141290,7 @@ module JiraImport end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141361,7 +141361,7 @@ module JiraImport end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141457,7 +141457,7 @@ module JiraImport end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141677,7 +141677,7 @@ module JiraImport end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141876,7 +141876,7 @@ module Tags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -141958,7 +141958,7 @@ module Tags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142093,7 +142093,7 @@ end Search::GlobalService.prepend_mod_with('Search::GlobalService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142214,7 +142214,7 @@ end Search::SnippetService.prepend_mod_with('Search::SnippetService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142333,7 +142333,7 @@ end Search::GroupService.prepend_mod_with('Search::GroupService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142459,7 +142459,7 @@ module Issuable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142603,7 +142603,7 @@ end Issuable::CommonSystemNotesService.prepend_mod_with('Issuable::CommonSystemNotesService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142804,7 +142804,7 @@ end Issuable::DestroyService.prepend_mod_with('Issuable::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -142943,7 +142943,7 @@ module Issuable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -143030,7 +143030,7 @@ module Issuable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -143256,7 +143256,7 @@ end Issuable::BulkUpdateService.prepend_mod_with('Issuable::BulkUpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -143793,7 +143793,7 @@ module Issuable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -143970,7 +143970,7 @@ module Issuable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -144098,7 +144098,7 @@ module Namespaces end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -144233,7 +144233,7 @@ module Namespaces end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -144435,7 +144435,7 @@ module TestHooks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -144701,7 +144701,7 @@ module TestHooks end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -144848,7 +144848,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145037,7 +145037,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145178,7 +145178,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145318,7 +145318,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145453,7 +145453,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145582,7 +145582,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145699,7 +145699,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -145797,7 +145797,7 @@ end Integrations::Test::ProjectService.prepend_mod_with('Integrations::Test::ProjectService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -146091,7 +146091,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -146234,7 +146234,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -146281,7 +146281,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -146495,7 +146495,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -146900,7 +146900,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147103,7 +147103,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147316,7 +147316,7 @@ module Integrations end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147504,7 +147504,7 @@ end GpgKeys::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147556,7 +147556,7 @@ end GpgKeys::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147612,7 +147612,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147677,7 +147677,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -147827,7 +147827,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148077,7 +148077,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148236,7 +148236,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148411,7 +148411,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148777,7 +148777,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148847,7 +148847,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -148972,7 +148972,7 @@ end GoogleCloud::CreateServiceAccountsService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149128,7 +149128,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149275,7 +149275,7 @@ module GoogleCloud end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149431,7 +149431,7 @@ module ResourceEvents end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149523,7 +149523,7 @@ end ResourceEvents::MergeIntoNotesService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149676,7 +149676,7 @@ end ResourceEvents::ChangeLabelsService.prepend_mod_with('ResourceEvents::ChangeLabelsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -149894,7 +149894,7 @@ module ResourceEvents end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -150034,7 +150034,7 @@ module ResourceEvents end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -150102,7 +150102,7 @@ module ResourceEvents end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -150153,7 +150153,7 @@ module ResourceEvents end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -150289,7 +150289,7 @@ end DraftNotes::PublishService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DraftNotes::PublishService, feature_category: :code_review_workflow do @@ -150684,7 +150684,7 @@ module DraftNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DraftNotes::DestroyService, feature_category: :code_review_workflow do @@ -150801,7 +150801,7 @@ module DraftNotes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DraftNotes::CreateService, feature_category: :code_review_workflow do @@ -150995,7 +150995,7 @@ module Markup end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -151217,7 +151217,7 @@ module ServiceDesk end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -151483,7 +151483,7 @@ module ServiceDesk end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -151679,7 +151679,7 @@ module ServiceDesk end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -151861,7 +151861,7 @@ module ServiceDesk end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -152104,7 +152104,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DependencyProxy::AuthTokenService, feature_category: :dependency_proxy do @@ -152212,7 +152212,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DependencyProxy::RequestTokenService, feature_category: :dependency_proxy do @@ -152302,7 +152302,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DependencyProxy::HeadManifestService, feature_category: :dependency_proxy do @@ -152404,7 +152404,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DependencyProxy::FindCachedManifestService, feature_category: :dependency_proxy do @@ -152592,7 +152592,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -152770,7 +152770,7 @@ module DependencyProxy end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -152892,7 +152892,7 @@ module Jira end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153089,7 +153089,7 @@ module ContainerExpirationPolicies end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153349,7 +153349,7 @@ module ContainerExpirationPolicies end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153465,7 +153465,7 @@ module Notes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153571,7 +153571,7 @@ module Notes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153813,7 +153813,7 @@ end Notes::PostProcessService.prepend_mod_with('Notes::PostProcessService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -153987,7 +153987,7 @@ end Notes::QuickActionsService.prepend_mod_with('Notes::QuickActionsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -154759,7 +154759,7 @@ module Notes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -155113,7 +155113,7 @@ end Notes::DestroyService.prepend_mod_with('Notes::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -155333,7 +155333,7 @@ end Notes::UpdateService.prepend_mod_with('Notes::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -155672,7 +155672,7 @@ module Notes end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -155953,7 +155953,7 @@ end Notes::CreateService.prepend_mod_with('Notes::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -156775,7 +156775,7 @@ module ProtectedTags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -156810,7 +156810,7 @@ module ProtectedTags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -156867,7 +156867,7 @@ module ProtectedTags end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -156944,7 +156944,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157049,7 +157049,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157137,7 +157137,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157193,7 +157193,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157276,7 +157276,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157377,7 +157377,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157443,7 +157443,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157521,7 +157521,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157601,7 +157601,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157676,7 +157676,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -157824,7 +157824,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158180,7 +158180,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158287,7 +158287,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158438,7 +158438,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158507,7 +158507,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158571,7 +158571,7 @@ module Ml end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -158706,7 +158706,7 @@ module DesignManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DesignManagement::MoveDesignsService, feature_category: :design_management do @@ -158856,7 +158856,7 @@ module DesignManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -159049,7 +159049,7 @@ end DesignManagement::SaveDesignsService.prepend_mod_with('DesignManagement::SaveDesignsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DesignManagement::SaveDesignsService, feature_category: :design_management do @@ -159550,7 +159550,7 @@ end DesignManagement::DeleteDesignsService.prepend_mod_with('DesignManagement::DeleteDesignsService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DesignManagement::DeleteDesignsService, feature_category: :design_management do @@ -159914,7 +159914,7 @@ module DesignManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -160335,7 +160335,7 @@ module DesignManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DesignManagement::CopyDesignCollection::CopyService, :clean_gitlab_redis_shared_state, feature_category: :portfolio_management do @@ -160675,7 +160675,7 @@ module DesignManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe DesignManagement::CopyDesignCollection::QueueService, :clean_gitlab_redis_shared_state, @@ -160751,7 +160751,7 @@ module UserPreferences end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -160822,7 +160822,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -160974,7 +160974,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -161228,7 +161228,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -161473,7 +161473,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -161505,7 +161505,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -161568,7 +161568,7 @@ end Users::BlockService.prepend_mod_with('Users::BlockService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -161729,7 +161729,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -162025,7 +162025,7 @@ end Users::MigrateRecordsToGhostUserService.prepend_mod_with('Users::MigrateRecordsToGhostUserService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -162429,7 +162429,7 @@ end Users::AuthorizedBuildService.prepend_mod_with('Users::AuthorizedBuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -162499,7 +162499,7 @@ end Users::RejectService.prepend_mod_with('Users::RejectService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -162673,7 +162673,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -162859,7 +162859,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163062,7 +163062,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163215,7 +163215,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163285,7 +163285,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163345,7 +163345,7 @@ end Users::UnblockService.prepend_mod_with('Users::UnblockService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163408,7 +163408,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163509,7 +163509,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163590,7 +163590,7 @@ end Users::RegistrationsBuildService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163678,7 +163678,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163728,7 +163728,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163814,7 +163814,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -163964,7 +163964,7 @@ end Users::BanService.prepend_mod_with('Users::BanService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164246,7 +164246,7 @@ end Users::BuildService.prepend_mod_with('Users::BuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164451,7 +164451,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164508,7 +164508,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164589,7 +164589,7 @@ end Users::UnbanService.prepend_mod_with('Users::UnbanService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164733,7 +164733,7 @@ end Users::DeactivateService.prepend_mod_with('Users::DeactivateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164848,7 +164848,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -164924,7 +164924,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -165079,7 +165079,7 @@ end Users::DestroyService.prepend_mod_with('Users::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -165478,7 +165478,7 @@ end Users::UpdateService.prepend_mod_with('Users::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -165768,7 +165768,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -165868,7 +165868,7 @@ end Users::ApproveService.prepend_mod_with('Users::ApproveService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166064,7 +166064,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166144,7 +166144,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166267,7 +166267,7 @@ end Users::ActivateService.prepend_mod_with('Users::ActivateService') # rubocop: disable Cop/InjectEnterpriseEditionModule -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166383,7 +166383,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166486,7 +166486,7 @@ end Users::CreateService.prepend_mod_with('Users::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166688,7 +166688,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166758,7 +166758,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166822,7 +166822,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -166895,7 +166895,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167020,7 +167020,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167143,7 +167143,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167277,7 +167277,7 @@ module Users end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167435,7 +167435,7 @@ module ServiceDeskSettings end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167575,7 +167575,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167721,7 +167721,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167832,7 +167832,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -167945,7 +167945,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168179,7 +168179,7 @@ end WorkItems::ImportCsvService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168356,7 +168356,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168512,7 +168512,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168679,7 +168679,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168755,7 +168755,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -168960,7 +168960,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -169523,7 +169523,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -169801,7 +169801,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -169889,7 +169889,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170073,7 +170073,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170243,7 +170243,7 @@ end WorkItems::RelatedWorkItemLinks::CreateService.prepend_mod_with('WorkItems::RelatedWorkItemLinks::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170338,7 +170338,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170412,7 +170412,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170630,7 +170630,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -170751,7 +170751,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171069,7 +171069,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171252,7 +171252,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171475,7 +171475,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171536,7 +171536,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171676,7 +171676,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171830,7 +171830,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -171908,7 +171908,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -172036,7 +172036,7 @@ module WorkItems end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -172204,7 +172204,7 @@ module Webauthn end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' require 'webauthn/fake_client' @@ -172306,7 +172306,7 @@ module Webauthn end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' require 'webauthn/fake_client' @@ -172399,7 +172399,7 @@ module Webauthn end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -172523,7 +172523,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::CreateEventService, feature_category: :package_registry do @@ -172647,7 +172647,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -172805,7 +172805,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::UpdatePackageFileService, feature_category: :package_registry do @@ -172957,7 +172957,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::CreatePackageFileService, feature_category: :package_registry do @@ -173045,7 +173045,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::UpdateTagsService, feature_category: :package_registry do @@ -173124,7 +173124,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::RemoveTagService, feature_category: :package_registry do @@ -173191,7 +173191,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -173283,7 +173283,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -173417,7 +173417,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -173613,7 +173613,7 @@ module Packages # rubocop: enable Gitlab/BulkInsert end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::CreateDependencyService, feature_category: :package_registry do @@ -173791,7 +173791,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -173903,7 +173903,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174027,7 +174027,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Pypi::CreatePackageService, :aggregate_failures, feature_category: :package_registry do @@ -174287,7 +174287,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174404,7 +174404,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174546,7 +174546,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174660,7 +174660,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174836,7 +174836,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -174917,7 +174917,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Debian::ExtractDebMetadataService, feature_category: :package_registry do @@ -175010,7 +175010,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -175250,7 +175250,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -175496,7 +175496,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -175751,7 +175751,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -176138,7 +176138,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -176242,7 +176242,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -176438,7 +176438,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -176715,7 +176715,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -177149,7 +177149,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Maven::CreatePackageService, feature_category: :package_registry do @@ -177348,7 +177348,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Maven::FindOrCreatePackageService, feature_category: :package_registry do @@ -177650,7 +177650,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -177819,7 +177819,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -178077,7 +178077,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -178522,7 +178522,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -178804,7 +178804,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Composer::ComposerJsonService, feature_category: :package_registry do @@ -178902,7 +178902,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Composer::CreatePackageService, feature_category: :package_registry do @@ -179063,7 +179063,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Composer::VersionParserService, feature_category: :package_registry do @@ -179146,7 +179146,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rubygems::DependencyResolverService, feature_category: :package_registry do @@ -179376,7 +179376,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -179604,7 +179604,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' require 'rubygems/package' @@ -179708,7 +179708,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rubygems::CreateDependenciesService, feature_category: :package_registry do @@ -179789,7 +179789,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rubygems::CreateGemspecService, feature_category: :package_registry do @@ -179868,7 +179868,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Cleanup::UpdatePolicyService, feature_category: :package_registry do @@ -180074,7 +180074,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Cleanup::ExecutePolicyService, feature_category: :package_registry do @@ -180295,7 +180295,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -180488,7 +180488,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -180674,7 +180674,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -180852,7 +180852,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181015,7 +181015,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181131,7 +181131,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181306,7 +181306,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181534,7 +181534,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181784,7 +181784,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -181946,7 +181946,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -182191,7 +182191,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -182605,7 +182605,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -182797,7 +182797,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -182924,7 +182924,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Nuget::CreateDependencyService, feature_category: :package_registry do @@ -183095,7 +183095,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -183216,7 +183216,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -183389,7 +183389,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -183476,7 +183476,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Conan::CreatePackageFileService, feature_category: :package_registry do @@ -183668,7 +183668,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -183789,7 +183789,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Conan::CreatePackageService, feature_category: :package_registry do @@ -183915,7 +183915,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::TerraformModule::CreatePackageService, feature_category: :package_registry do @@ -184052,7 +184052,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -184216,7 +184216,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -184409,7 +184409,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::ParsePackageService, feature_category: :package_registry do @@ -184529,7 +184529,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::RepositoryMetadata::BuildRepomdXmlService, feature_category: :package_registry do @@ -184650,7 +184650,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::RepositoryMetadata::BuildOtherXmlService, feature_category: :package_registry do @@ -184759,7 +184759,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::RepositoryMetadata::BuildPrimaryXmlService, feature_category: :package_registry do @@ -184825,7 +184825,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::RepositoryMetadata::BuildFilelistXmlService, feature_category: :package_registry do @@ -184945,7 +184945,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Rpm::RepositoryMetadata::UpdateXmlService, feature_category: :package_registry do @@ -185182,7 +185182,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Helm::ExtractFileMetadataService, feature_category: :package_registry do @@ -185351,7 +185351,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Helm::ProcessFileService, feature_category: :package_registry do @@ -185642,7 +185642,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Npm::CreatePackageService, feature_category: :package_registry do @@ -186259,7 +186259,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -186525,7 +186525,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -186702,7 +186702,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -186821,7 +186821,7 @@ module Packages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Packages::Npm::CreateTagService, feature_category: :package_registry do @@ -186896,7 +186896,7 @@ module Boards end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -186963,7 +186963,7 @@ end Boards::CreateService.prepend_mod_with('Boards::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187051,7 +187051,7 @@ module Boards end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187091,7 +187091,7 @@ module Boards end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187153,7 +187153,7 @@ end Boards::Lists::UpdateService.prepend_mod_with('Boards::Lists::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187266,7 +187266,7 @@ end Boards::Lists::ListService.prepend_mod_with('Boards::Lists::ListService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187343,7 +187343,7 @@ end Boards::Lists::CreateService.prepend_mod_with('Boards::Lists::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187394,7 +187394,7 @@ module Boards end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187489,7 +187489,7 @@ end Boards::Issues::MoveService.prepend_mod_with('Boards::Issues::MoveService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187699,7 +187699,7 @@ end Boards::Issues::ListService.prepend_mod_with('Boards::Issues::ListService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -187948,7 +187948,7 @@ end Boards::Issues::CreateService.prepend_mod_with('Boards::Issues::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188030,7 +188030,7 @@ module Submodules end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Submodules::UpdateService, feature_category: :source_code_management do @@ -188278,7 +188278,7 @@ module AwardEmojis end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188341,7 +188341,7 @@ module AwardEmojis end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188421,7 +188421,7 @@ end AwardEmojis::AddService.prepend_mod_with('AwardEmojis::AddService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188575,7 +188575,7 @@ module AwardEmojis end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188663,7 +188663,7 @@ end AwardEmojis::DestroyService.prepend_mod_with('AwardEmojis::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188777,7 +188777,7 @@ module AwardEmojis end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188896,7 +188896,7 @@ module VsCode end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -188969,7 +188969,7 @@ module VsCode end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189030,7 +189030,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189133,7 +189133,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189176,7 +189176,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189298,7 +189298,7 @@ end Milestones::PromoteService.prepend_mod_with('Milestones::PromoteService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189436,7 +189436,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189557,7 +189557,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189735,7 +189735,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189803,7 +189803,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -189927,7 +189927,7 @@ end Milestones::UpdateService.prepend_mod_with('Milestones::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' RSpec.describe Milestones::UpdateService, feature_category: :team_planning do @@ -190041,7 +190041,7 @@ module Milestones end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -190145,7 +190145,7 @@ end Applications::CreateService.prepend_mod_with('Applications::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -190236,7 +190236,7 @@ module JiraConnect end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -190354,7 +190354,7 @@ module JiraConnect end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -190495,7 +190495,7 @@ module Files end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -190631,7 +190631,7 @@ module Files end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -190949,7 +190949,7 @@ module Files end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -191070,7 +191070,7 @@ module Files end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -191195,7 +191195,7 @@ module Files end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -191339,7 +191339,7 @@ end WikiPages::BaseService.prepend_mod_with('WikiPages::BaseService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191398,7 +191398,7 @@ module WikiPages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191504,7 +191504,7 @@ module WikiPages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191557,7 +191557,7 @@ module WikiPages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191623,7 +191623,7 @@ module WikiPages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191739,7 +191739,7 @@ module Lfs end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -191910,7 +191910,7 @@ end Lfs::UnlockFileService.prepend_mod_with('Lfs::UnlockFileService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192118,7 +192118,7 @@ module Lfs end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""spec_helper"" @@ -192370,7 +192370,7 @@ module Lfs end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192524,7 +192524,7 @@ end Lfs::LockFileService.prepend_mod_with('Lfs::LockFileService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192629,7 +192629,7 @@ module Keys end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192750,7 +192750,7 @@ module Keys end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192877,7 +192877,7 @@ end Keys::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192940,7 +192940,7 @@ end Keys::DestroyService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -192981,7 +192981,7 @@ end Keys::CreateService.prepend_mod_with('Keys::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193027,7 +193027,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193123,7 +193123,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193268,7 +193268,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193313,7 +193313,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193406,7 +193406,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193708,7 +193708,7 @@ end Members::CreatorService.prepend_mod_with('Members::CreatorService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -193816,7 +193816,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -194522,7 +194522,7 @@ end Members::DestroyService.prepend_mod_with('Members::DestroyService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -195296,7 +195296,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -195445,7 +195445,7 @@ end Members::UpdateService.prepend_mod_with('Members::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196023,7 +196023,7 @@ end Members::CreateService.prepend_mod_with('Members::CreateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196418,7 +196418,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196597,7 +196597,7 @@ end Members::ApproveAccessRequestService.prepend_mod_with('Members::ApproveAccessRequestService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196817,7 +196817,7 @@ module Members end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196888,7 +196888,7 @@ end Members::Groups::CreatorService.prepend_mod_with('Members::Groups::CreatorService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -196977,7 +196977,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -197141,7 +197141,7 @@ end AlertManagement::CreateAlertIssueService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -197409,7 +197409,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -197537,7 +197537,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -197653,7 +197653,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -197795,7 +197795,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -198058,7 +198058,7 @@ end AlertManagement::Alerts::UpdateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -198367,7 +198367,7 @@ module AlertManagement end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -198478,7 +198478,7 @@ module Suggestions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -198653,7 +198653,7 @@ module Suggestions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -199450,7 +199450,7 @@ module Suggestions end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -199688,7 +199688,7 @@ module Mattermost end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -199753,7 +199753,7 @@ end Branches::ValidateNewService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -199832,7 +199832,7 @@ module Branches end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -199952,7 +199952,7 @@ module Branches end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -200091,7 +200091,7 @@ module Branches end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -200332,7 +200332,7 @@ end Branches::DeleteService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -200491,7 +200491,7 @@ end NamespaceSettings::UpdateService.prepend_mod_with('NamespaceSettings::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -200731,7 +200731,7 @@ module ObjectStorage end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -200861,7 +200861,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201040,7 +201040,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201240,7 +201240,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201321,7 +201321,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201408,7 +201408,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201554,7 +201554,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -201755,7 +201755,7 @@ end Todos::Destroy::EntityLeaveService.prepend_mod_with('Todos::Destroy::EntityLeaveService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202195,7 +202195,7 @@ module Todos end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202298,7 +202298,7 @@ module Events end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202389,7 +202389,7 @@ module Events end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202537,7 +202537,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202723,7 +202723,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -202900,7 +202900,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -203165,7 +203165,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -203468,7 +203468,7 @@ end Import::GithubService.prepend_mod_with('Import::GithubService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -203900,7 +203900,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204121,7 +204121,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204244,7 +204244,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204450,7 +204450,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204605,7 +204605,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204720,7 +204720,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204807,7 +204807,7 @@ module Import end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -204883,7 +204883,7 @@ end QuickActions::TargetService.prepend_mod_with('QuickActions::TargetService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -205199,7 +205199,7 @@ end QuickActions::InterpretService.prepend_mod_with('QuickActions::InterpretService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -208554,7 +208554,7 @@ end Issues::ExportCsvService.prepend_mod_with('Issues::ExportCsvService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -208845,7 +208845,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -209031,7 +209031,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -209159,7 +209159,7 @@ end Issues::ReopenService.prepend_mod_with('Issues::ReopenService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -209336,7 +209336,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -209594,7 +209594,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -210053,7 +210053,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -210460,7 +210460,7 @@ end Issues::BaseService.prepend_mod_with('Issues::BaseService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -210638,7 +210638,7 @@ end Issues::MoveService.prepend_mod_with('Issues::MoveService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -211296,7 +211296,7 @@ end Issues::CloneService.prepend_mod_with('Issues::CloneService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -211741,7 +211741,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -211854,7 +211854,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -211948,7 +211948,7 @@ end Issues::ImportCsvService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -212130,7 +212130,7 @@ end Issues::BuildService.prepend_mod_with('Issues::BuildService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -212472,7 +212472,7 @@ end Issues::CloseService.prepend_mod_with('Issues::CloseService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -212920,7 +212920,7 @@ end Issues::AfterCreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -213075,7 +213075,7 @@ module Issues end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -213587,7 +213587,7 @@ end Issues::UpdateService.prepend_mod_with('Issues::UpdateService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -215217,7 +215217,7 @@ end Issues::CreateService.prepend_mod -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216125,7 +216125,7 @@ module Pages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216187,7 +216187,7 @@ module Pages end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216291,7 +216291,7 @@ module Timelogs end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216370,7 +216370,7 @@ module Timelogs end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216489,7 +216489,7 @@ module ActivityPub end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216647,7 +216647,7 @@ module ActivityPub end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216746,7 +216746,7 @@ module ActivityPub end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -216945,7 +216945,7 @@ module ActivityPub end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -217124,7 +217124,7 @@ module Git end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -217317,7 +217317,7 @@ module Git end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -217652,7 +217652,7 @@ end Git::TagHooksService.prepend_mod_with('Git::TagHooksService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -218008,7 +218008,7 @@ module Git end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -218468,7 +218468,7 @@ end Git::WikiPushService.prepend_mod_with('Git::WikiPushService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -219146,7 +219146,7 @@ end Git::BranchHooksService.prepend_mod_with('Git::BranchHooksService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -219809,7 +219809,7 @@ end Git::BranchPushService.prepend_mod_with('Git::BranchPushService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -220666,7 +220666,7 @@ module Git end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -220814,7 +220814,7 @@ module Onboarding end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -220938,7 +220938,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221046,7 +221046,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221142,7 +221142,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221282,7 +221282,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221512,7 +221512,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221611,7 +221611,7 @@ module PagesDomains end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221742,7 +221742,7 @@ module ExclusiveLeaseGuard end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -221991,7 +221991,7 @@ module RateLimitedService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222164,7 +222164,7 @@ module AuditEventSaveType end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222220,7 +222220,7 @@ module MergeRequests end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222311,7 +222311,7 @@ module Services end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222418,7 +222418,7 @@ module Topics end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222511,7 +222511,7 @@ end Analytics::CycleAnalytics::Stages::ListService.prepend_mod_with('Analytics::CycleAnalytics::Stages::ListService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222639,7 +222639,7 @@ module Deployments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -222891,7 +222891,7 @@ module Deployments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -223031,7 +223031,7 @@ module Deployments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -223159,7 +223159,7 @@ end Deployments::UpdateEnvironmentService.prepend_mod_with('Deployments::UpdateEnvironmentService') -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -223634,7 +223634,7 @@ module Deployments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -223744,7 +223744,7 @@ module Deployments end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -223908,7 +223908,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -224091,7 +224091,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -224339,7 +224339,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -224802,7 +224802,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -224926,7 +224926,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -225026,7 +225026,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -225232,7 +225232,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -225625,7 +225625,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -225747,7 +225747,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -225886,7 +225886,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -226195,7 +226195,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -227070,7 +227070,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -227258,7 +227258,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -227389,7 +227389,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -227598,7 +227598,7 @@ module BulkImports end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require 'spec_helper' @@ -227844,7 +227844,7 @@ TopicStatusUpdater = end end -```";"# encoding: UTF-8 +```","# encoding: UTF-8 # frozen_string_literal: true # TODO - test pinning, create_moderator_post @@ -228204,7 +228204,7 @@ class NotificationEmailer end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe NotificationEmailer do before do @@ -228797,7 +228797,7 @@ class WordWatcher private_class_method :replace end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe WordWatcher do let(:raw) { <<~RAW.strip } @@ -229282,7 +229282,7 @@ class UsernameCheckerService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UsernameCheckerService do describe ""#check_username"" do @@ -229767,7 +229767,7 @@ class HashtagAutocompleteService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe HashtagAutocompleteService do subject(:service) { described_class.new(guardian) } @@ -230299,7 +230299,7 @@ class HeatSettingsUpdater end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe HeatSettingsUpdater do describe "".update"" do @@ -230472,7 +230472,7 @@ class UsernameChanger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UsernameChanger do before { Jobs.run_immediately! } @@ -231390,7 +231390,7 @@ class GroupActionLogger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe GroupActionLogger do subject(:logger) { described_class.new(group_owner, group) } @@ -231522,7 +231522,7 @@ class GroupMentionsUpdater end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe GroupMentionsUpdater do fab!(:post) @@ -231759,7 +231759,7 @@ class PostActionNotifier end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe PostActionNotifier do before do @@ -232050,7 +232050,7 @@ class ColorSchemeRevisor end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe ColorSchemeRevisor do let(:color) { Fabricate.build(:color_scheme_color, hex: ""FFFFFF"", color_scheme: nil) } @@ -232489,7 +232489,7 @@ class UserUpdater end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserUpdater do fab!(:user) @@ -233244,7 +233244,7 @@ class RandomTopicSelector end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe RandomTopicSelector do it ""can correctly use cache"" do @@ -233830,7 +233830,7 @@ class BadgeGranter end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe BadgeGranter do fab!(:badge) @@ -234591,7 +234591,7 @@ class TopicSummarization end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe TopicSummarization do fab!(:user) { Fabricate(:admin) } @@ -235846,7 +235846,7 @@ class StaffActionLogger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe StaffActionLogger do fab!(:admin) @@ -236798,7 +236798,7 @@ class EmailSettingsValidator end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe EmailSettingsValidator do let(:username) { ""kwest@gmail.com"" } @@ -237168,7 +237168,7 @@ class UserStatCountUpdater end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserStatCountUpdater do fab!(:user) @@ -237277,7 +237277,7 @@ class UserAuthenticator end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserAuthenticator do def github_auth(email_valid) @@ -237469,7 +237469,7 @@ class TagHashtagDataSource end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe TagHashtagDataSource do fab!(:tag1) { Fabricate(:tag, name: ""fact"", public_topic_count: 0) } @@ -237651,7 +237651,7 @@ class SidebarSiteSettingsBackfiller end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe SidebarSiteSettingsBackfiller do fab!(:user) @@ -238069,7 +238069,7 @@ class DestroyTask end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe DestroyTask do describe ""destroy topics"" do @@ -238325,7 +238325,7 @@ class EmailSettingsExceptionHandler end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe EmailSettingsExceptionHandler do describe ""#friendly_exception_message"" do @@ -238490,7 +238490,7 @@ class PostOwnerChanger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe PostOwnerChanger do describe ""#change_owner!"" do @@ -238895,7 +238895,7 @@ class TopicTimestampChanger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe TopicTimestampChanger do describe ""#change!"" do @@ -238986,7 +238986,7 @@ class TrustLevelGranter end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe TrustLevelGranter do describe ""grant"" do @@ -239188,7 +239188,7 @@ class ThemeSettingsMigrationsRunner end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true describe ThemeSettingsMigrationsRunner do fab!(:theme) @@ -239661,7 +239661,7 @@ class UserDestroyer end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserDestroyer do fab!(:user) { Fabricate(:user_with_secondary_email) } @@ -240175,7 +240175,7 @@ module WildcardDomainChecker end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe WildcardDomainChecker do describe "".check_domain"" do @@ -240328,7 +240328,7 @@ class GroupMessage end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe GroupMessage do subject(:send_group_message) do @@ -241029,7 +241029,7 @@ class UserMerger end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserMerger do fab!(:target_user) { Fabricate(:user, username: ""alice"", email: ""alice@example.com"") } @@ -243307,7 +243307,7 @@ class PostAlerter end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec::Matchers.define :add_notification do |user, notification_type| match(notify_expectation_failures: true) do |actual| @@ -246292,7 +246292,7 @@ class ExternalUploadManager end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe ExternalUploadManager do subject(:manager) { ExternalUploadManager.new(external_upload_stub) } @@ -246801,7 +246801,7 @@ class BaseBookmarkable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe BaseBookmarkable do fab!(:bookmark) { Fabricate(:bookmark, bookmarkable: Fabricate(:post)) } @@ -246970,7 +246970,7 @@ class CategoryHashtagDataSource end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe CategoryHashtagDataSource do fab!(:parent_category) { Fabricate(:category, slug: ""fun"", topic_count: 2) } @@ -247255,7 +247255,7 @@ class UserAnonymizer end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserAnonymizer do let(:admin) { Fabricate(:admin) } @@ -247743,7 +247743,7 @@ class LoginActivator < UserActivator end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserActivator do fab!(:user) @@ -247949,7 +247949,7 @@ class PushNotificationPusher private_class_method :handle_generic_error end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe PushNotificationPusher do it ""returns badges url by default"" do @@ -248239,7 +248239,7 @@ class AnonymousShadowCreator end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe AnonymousShadowCreator do it ""returns no shadow by default"" do @@ -248649,7 +248649,7 @@ class InlineUploads private_class_method :node_children_names end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe InlineUploads do before { set_cdn_url ""https://awesome.com"" } @@ -249458,7 +249458,7 @@ class UserSilencer end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserSilencer do fab!(:user) { Fabricate(:user, trust_level: 0) } @@ -249678,7 +249678,7 @@ class TopicBookmarkable < BaseBookmarkable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""rails_helper"" @@ -249921,7 +249921,7 @@ class PostBookmarkable < BaseBookmarkable end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true require ""rails_helper"" @@ -250089,7 +250089,7 @@ module WildcardUrlChecker end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe WildcardUrlChecker do describe "".check_url"" do @@ -250216,7 +250216,7 @@ class EmailStyleUpdater end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe EmailStyleUpdater do fab!(:admin) @@ -250692,7 +250692,7 @@ class SearchIndexer end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe SearchIndexer do let(:post_id) { 99 } @@ -251165,7 +251165,7 @@ class UserNotificationScheduleProcessor end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe UserNotificationScheduleProcessor do include ActiveSupport::Testing::TimeHelpers @@ -251530,7 +251530,7 @@ module Notifications end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe Notifications::ConsolidateNotifications do describe ""#before_consolidation_callbacks"" do @@ -251743,7 +251743,7 @@ module Notifications end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true RSpec.describe Notifications::ConsolidationPlanner do subject(:planner) { described_class.new } @@ -251867,7 +251867,7 @@ class SearchService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe SearchService do subject(:search) { described_class.new(current_user: user, current_account: account, params: params, search_type: search_type) } @@ -252062,7 +252062,7 @@ class ActionService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe ActionService do let(:account) { create(:account) } @@ -252166,7 +252166,7 @@ class Twitter::WebhookSubscribeService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twitter::WebhookSubscribeService do subject(:webhook_subscribe_service) { described_class.new(inbox_id: twitter_inbox.id) } @@ -252312,7 +252312,7 @@ class Twitter::SendOnTwitterService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twitter::SendOnTwitterService do subject(:send_reply_service) { described_class.new(message: message) } @@ -252501,7 +252501,7 @@ class AutoAssignment::InboxRoundRobinService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe AutoAssignment::InboxRoundRobinService do subject(:inbox_round_robin_service) { described_class.new(inbox: inbox) } @@ -252602,7 +252602,7 @@ class AutoAssignment::AgentAssignmentService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe AutoAssignment::AgentAssignmentService do let!(:account) { create(:account) } @@ -252693,7 +252693,7 @@ class Messages::MentionService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Messages::MentionService do let!(:account) { create(:account) } @@ -252817,7 +252817,7 @@ class Messages::NewMessageNotificationService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Messages::NewMessageNotificationService do context 'when message is not notifiable' do @@ -252996,7 +252996,7 @@ class Sms::DeliveryStatusService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Sms::DeliveryStatusService do describe '#perform' do @@ -253185,7 +253185,7 @@ class Sms::IncomingMessageService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Sms::IncomingMessageService do describe '#perform' do @@ -253302,7 +253302,7 @@ class Sms::SendOnSmsService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Sms::SendOnSmsService do describe '#perform' do @@ -253391,7 +253391,7 @@ class Sms::OneoffSmsCampaignService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Sms::OneoffSmsCampaignService do subject(:sms_campaign_service) { described_class.new(campaign: campaign) } @@ -253547,7 +253547,7 @@ class Notification::PushNotificationService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Notification::PushNotificationService do let!(:account) { create(:account) } @@ -253640,7 +253640,7 @@ class Microsoft::RefreshOauthTokenService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe Microsoft::RefreshOauthTokenService do let(:access_token) { SecureRandom.hex } @@ -253770,7 +253770,7 @@ class Contacts::ContactableInboxesService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Contacts::ContactableInboxesService do before do @@ -253911,7 +253911,7 @@ class Contacts::FilterService < FilterService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Contacts::FilterService do subject(:filter_service) { described_class } @@ -254231,7 +254231,7 @@ class Labels::UpdateService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Labels::UpdateService do let(:account) { create(:account) } @@ -254310,7 +254310,7 @@ class Internal::RemoveStaleContactInboxesService end end -```";"# spec/services/remove_stale_contact_inboxes_service_spec.rb +```","# spec/services/remove_stale_contact_inboxes_service_spec.rb require 'rails_helper' @@ -254384,7 +254384,7 @@ class AgentBots::ValidateBotService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe AgentBots::ValidateBotService do describe '#perform' do @@ -254478,7 +254478,7 @@ class Macros::ExecutionService < ActionService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe Macros::ExecutionService, type: :service do let(:account) { create(:account) } @@ -254718,7 +254718,7 @@ class Facebook::SendOnFacebookService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Facebook::SendOnFacebookService do subject(:send_reply_service) { described_class.new(message: message) } @@ -254945,7 +254945,7 @@ class Line::IncomingMessageService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Line::IncomingMessageService do let!(:line_channel) { create(:channel_line) } @@ -255203,7 +255203,7 @@ class Line::SendOnLineService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Line::SendOnLineService do describe '#perform' do @@ -255424,7 +255424,7 @@ class Conversations::FilterService < FilterService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Conversations::FilterService do subject(:filter_service) { described_class } @@ -255923,7 +255923,7 @@ class AutomationRules::ActionService < ActionService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe AutomationRules::ActionService do let(:account) { create(:account) } @@ -256202,7 +256202,7 @@ class AutomationRules::ConditionsFilterService < FilterService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe AutomationRules::ConditionsFilterService do let(:account) { create(:account) } @@ -256354,7 +256354,7 @@ class Telegram::UpdateMessageService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Telegram::UpdateMessageService do let!(:telegram_channel) { create(:channel_telegram) } @@ -256548,7 +256548,7 @@ class Telegram::IncomingMessageService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Telegram::IncomingMessageService do before do @@ -256838,7 +256838,7 @@ class Telegram::SendOnTelegramService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Telegram::SendOnTelegramService do describe '#perform' do @@ -256935,7 +256935,7 @@ class MessageTemplates::HookExecutionService end MessageTemplates::HookExecutionService.prepend_mod_with('MessageTemplates::HookExecutionService') -```";"require 'rails_helper' +```","require 'rails_helper' describe MessageTemplates::HookExecutionService do context 'when there is no incoming message in conversation' do @@ -257200,7 +257200,7 @@ class MessageTemplates::Template::OutOfOffice end end -```";"require 'rails_helper' +```","require 'rails_helper' describe MessageTemplates::Template::OutOfOffice do context 'when this hook is called' do @@ -257258,7 +257258,7 @@ class MessageTemplates::Template::CsatSurvey end end -```";"require 'rails_helper' +```","require 'rails_helper' describe MessageTemplates::Template::CsatSurvey do context 'when this hook is called' do @@ -257318,7 +257318,7 @@ class MessageTemplates::Template::EmailCollect end end -```";"require 'rails_helper' +```","require 'rails_helper' describe MessageTemplates::Template::EmailCollect do context 'when this hook is called' do @@ -257362,7 +257362,7 @@ class MessageTemplates::Template::Greeting end end -```";"require 'rails_helper' +```","require 'rails_helper' describe MessageTemplates::Template::Greeting do context 'when this hook is called' do @@ -257422,7 +257422,7 @@ class Instagram::ReadStatusService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Instagram::ReadStatusService do before do @@ -257600,7 +257600,7 @@ class Instagram::SendOnInstagramService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Instagram::SendOnInstagramService do subject(:send_reply_service) { described_class.new(message: message) } @@ -257724,7 +257724,7 @@ end class Whatsapp::IncomingMessageService < Whatsapp::IncomingMessageBaseService end -```";"require 'rails_helper' +```","require 'rails_helper' describe Whatsapp::IncomingMessageService do describe '#perform' do @@ -258208,7 +258208,7 @@ class Whatsapp::SendOnWhatsappService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Whatsapp::SendOnWhatsappService do template_params = { @@ -258347,7 +258347,7 @@ class Whatsapp::IncomingMessageWhatsappCloudService < Whatsapp::IncomingMessageB end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Whatsapp::IncomingMessageWhatsappCloudService do describe '#perform' do @@ -258631,7 +258631,7 @@ class Whatsapp::Providers::WhatsappCloudService < Whatsapp::Providers::BaseServi end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Whatsapp::Providers::WhatsappCloudService do subject(:service) { described_class.new(whatsapp_channel: whatsapp_channel) } @@ -258960,7 +258960,7 @@ class Twilio::DeliveryStatusService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twilio::DeliveryStatusService do let!(:account) { create(:account) } @@ -259206,7 +259206,7 @@ class Twilio::IncomingMessageService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twilio::IncomingMessageService do let!(:account) { create(:account) } @@ -259434,7 +259434,7 @@ class Twilio::WebhookSetupService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twilio::WebhookSetupService do include Rails.application.routes.url_helpers @@ -259543,7 +259543,7 @@ class Twilio::SendOnTwilioService < Base::SendOnChannelService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twilio::SendOnTwilioService do subject(:outgoing_message_service) { described_class.new(message: message) } @@ -259685,7 +259685,7 @@ class Twilio::OneoffSmsCampaignService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Twilio::OneoffSmsCampaignService do subject(:sms_campaign_service) { described_class.new(campaign: campaign) } @@ -259791,7 +259791,7 @@ class PageCrawlerService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe PageCrawlerService do let(:html_link) { 'http://test.com' } @@ -259958,7 +259958,7 @@ class Enterprise::MessageTemplates::ResponseBotService end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe Enterprise::MessageTemplates::ResponseBotService, type: :service do let!(:conversation) { create(:conversation, status: :pending) } @@ -260067,7 +260067,7 @@ class Enterprise::Billing::CreateSessionService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Enterprise::Billing::CreateSessionService do subject(:create_session_service) { described_class } @@ -260146,7 +260146,7 @@ class Enterprise::Billing::CreateStripeCustomerService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Enterprise::Billing::CreateStripeCustomerService do subject(:create_stripe_customer_service) { described_class } @@ -260315,7 +260315,7 @@ class Enterprise::Billing::HandleStripeEventService end end -```";"require 'rails_helper' +```","require 'rails_helper' describe Enterprise::Billing::HandleStripeEventService do subject(:stripe_event_service) { described_class } @@ -260567,7 +260567,7 @@ class UpdateQueryFromParamsService :params end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -260855,7 +260855,7 @@ class UpdateProjectsTypesService < BaseProjectService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -261096,7 +261096,7 @@ module Authorization end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -261442,7 +261442,7 @@ class SetLocalizationService end end -```";"require 'spec_helper' +```","require 'spec_helper' RSpec.describe SetLocalizationService do let(:user) { build_stubbed(:user, language: user_language) } @@ -261623,7 +261623,7 @@ class CreateTypeService < BaseTypeService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -261729,7 +261729,7 @@ class AddWorkPackageNoteService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -261908,7 +261908,7 @@ class UpdateTypeService < BaseTypeService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -262240,7 +262240,7 @@ class ServiceResult end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -262562,7 +262562,7 @@ class ParseSchemaFilterParamsService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -262763,7 +262763,7 @@ class Settings::LanguageUpdateService < Settings::UpdateService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # -- copyright # OpenProject is an open source project management software. @@ -262946,7 +262946,7 @@ class Settings::WorkingDaysUpdateService < Settings::UpdateService end end -```";"# OpenProject is an open source project management software. +```","# OpenProject is an open source project management software. # Copyright (C) 2010-2022 the OpenProject GmbH # # This program is free software; you can redistribute it and/or @@ -263235,7 +263235,7 @@ class Settings::UpdateService < BaseServices::BaseContracted end end -```";"# OpenProject is an open source project management software. +```","# OpenProject is an open source project management software. # Copyright (C) 2010-2022 the OpenProject GmbH # # This program is free software; you can redistribute it and/or @@ -263317,7 +263317,7 @@ module PlaceholderUsers end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263467,7 +263467,7 @@ end class PlaceholderUsers::UpdateService < BaseServices::Update end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263535,7 +263535,7 @@ end class PlaceholderUsers::CreateService < BaseServices::Create end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263609,7 +263609,7 @@ class PlaceholderUsers::DeleteService < BaseServices::Delete end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263751,7 +263751,7 @@ module Messages end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263928,7 +263928,7 @@ class Messages::UpdateService < BaseServices::Update include Attachments::ReplaceAttachments end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -263997,7 +263997,7 @@ class Messages::CreateService < BaseServices::Create include Attachments::ReplaceAttachments end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -264078,7 +264078,7 @@ class Relations::UpdateService < Relations::BaseService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -264328,7 +264328,7 @@ class Relations::CreateService < Relations::BaseService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -264959,7 +264959,7 @@ class WorkPackages::SetAttributesService < BaseServices::SetAttributes end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -266958,7 +266958,7 @@ class WorkPackages::SetScheduleService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -268047,7 +268047,7 @@ class WorkPackages::UpdateAncestorsService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -268820,7 +268820,7 @@ class WorkPackages::UpdateService < BaseServices::Update end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -268937,7 +268937,7 @@ class WorkPackages::DeleteService < BaseServices::Delete end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -269212,7 +269212,7 @@ class WorkPackages::ScheduleDependency::Dependency end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -269610,7 +269610,7 @@ module WorkPackages end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -269920,7 +269920,7 @@ module WorkPackages end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -270138,7 +270138,7 @@ module WorkPackages end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -270374,7 +270374,7 @@ class WorkPackages::UpdateAncestors::Loader LoaderStruct.disable_warnings end -```";"# OpenProject is an open source project management software. +```","# OpenProject is an open source project management software. # Copyright (C) 2010-2022 the OpenProject GmbH # # This program is free software; you can redistribute it and/or @@ -270769,7 +270769,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -271160,7 +271160,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -271361,7 +271361,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -271512,7 +271512,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -271654,7 +271654,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -271849,7 +271849,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272021,7 +272021,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272259,7 +272259,7 @@ module Projects end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272390,7 +272390,7 @@ end class Queries::UpdateService < BaseServices::Update; end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272457,7 +272457,7 @@ end class Queries::CreateService < BaseServices::Create; end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272549,7 +272549,7 @@ module CustomFields end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272711,7 +272711,7 @@ module CustomFields end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272819,7 +272819,7 @@ module CustomFields end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -272909,7 +272909,7 @@ module Roles end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -273102,7 +273102,7 @@ class Roles::UpdateService < BaseServices::Update end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -273206,7 +273206,7 @@ class Roles::DeleteService < BaseServices::Delete end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -273325,7 +273325,7 @@ module Groups end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -273621,7 +273621,7 @@ class Groups::UpdateService < BaseServices::Update end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -273860,7 +273860,7 @@ module UserPreferences end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -274013,7 +274013,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -274261,7 +274261,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -274441,7 +274441,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -274681,7 +274681,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -274982,7 +274982,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -275408,7 +275408,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -275536,7 +275536,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -275769,7 +275769,7 @@ module Users end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -276032,7 +276032,7 @@ class CustomActions::UpdateWorkPackageService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -276313,7 +276313,7 @@ class CustomActions::UpdateService < CustomActions::BaseService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -276538,7 +276538,7 @@ module API end end -```";"# OpenProject is an open source project management software. +```","# OpenProject is an open source project management software. # Copyright (C) 2010-2022 the OpenProject GmbH # # This program is free software; you can redistribute it and/or @@ -276842,7 +276842,7 @@ module API end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -277363,7 +277363,7 @@ module API end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -277531,7 +277531,7 @@ module API end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -277873,7 +277873,7 @@ module API end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -278293,7 +278293,7 @@ class WikiPages::SetAttributesService < BaseServices::SetAttributes end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -278472,7 +278472,7 @@ class OAuthClients::SetAttributesService < BaseServices::SetAttributes end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -278853,7 +278853,7 @@ module OAuthClients end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true #-- copyright # OpenProject is an open source project management software. @@ -279578,7 +279578,7 @@ module OAuthClients end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -279700,7 +279700,7 @@ module OAuthClients end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -279786,7 +279786,7 @@ module OAuthClients end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -279859,7 +279859,7 @@ module Members end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -280067,7 +280067,7 @@ class Members::UpdateService < BaseServices::Update end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -280211,7 +280211,7 @@ class Members::CreateService < BaseServices::Create end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -280415,7 +280415,7 @@ class Members::DeleteService < BaseServices::Delete end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -280557,7 +280557,7 @@ module WorkPackageMembers end end -```";"# -- copyright +```","# -- copyright # OpenProject is an open source project management software. # Copyright (C) 2010-2023 the OpenProject GmbH # @@ -280860,7 +280860,7 @@ class WorkPackageMembers::CreateOrUpdateService end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # -- copyright # OpenProject is an open source project management software. @@ -280999,7 +280999,7 @@ class WorkPackageMembers::UpdateService < BaseServices::Update end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # -- copyright # OpenProject is an open source project management software. @@ -281148,7 +281148,7 @@ class WorkPackageMembers::CreateService < BaseServices::Create end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # -- copyright # OpenProject is an open source project management software. @@ -281320,7 +281320,7 @@ class WorkPackageMembers::DeleteService < BaseServices::Delete end end -```";"# frozen_string_literal: true +```","# frozen_string_literal: true # -- copyright # OpenProject is an open source project management software. @@ -281480,7 +281480,7 @@ class SCM::CreateManagedRepositoryService < SCM::BaseRepositoryService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -281892,7 +281892,7 @@ class SCM::CheckoutInstructionsService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -282199,7 +282199,7 @@ class SCM::RepositoryFactoryService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -282415,7 +282415,7 @@ class SCM::DeleteManagedRepositoryService < SCM::BaseRepositoryService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -282670,7 +282670,7 @@ class Authorization::EnterpriseService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -282827,7 +282827,7 @@ class Authorization::QueryTransformation end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -282963,7 +282963,7 @@ class Authorization::UserProjectRolesQuery < Authorization::UserRolesQuery end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -283209,7 +283209,7 @@ class Authorization::UserAllowedQuery < Authorization::AbstractUserQuery end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -283633,7 +283633,7 @@ class Authorization::QueryTransformations end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -283918,7 +283918,7 @@ module Authorization end end -```";"require 'rails_helper' +```","require 'rails_helper' RSpec.describe Authorization::UserPermissibleService do shared_let(:user) { create(:user) } @@ -284370,7 +284370,7 @@ class Authorization::UserEntityRolesQuery < Authorization::UserRolesQuery end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -284642,7 +284642,7 @@ class Authorization::UserAllowedService end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -284997,7 +284997,7 @@ class Authorization::UserGlobalRolesQuery < Authorization::UserRolesQuery end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -285437,7 +285437,7 @@ module Authentication end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -285776,7 +285776,7 @@ module Backups end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -285900,7 +285900,7 @@ module Notifications end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -286133,7 +286133,7 @@ module Notifications end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -286530,7 +286530,7 @@ class Notifications::CreateService < BaseServices::Create end end -```";"#-- copyright +```","#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2023 the OpenProject GmbH # @@ -286566,7 +286566,7 @@ RSpec.describe Notifications::CreateService, type: :model do end " "In the context of a Ruby programming project, there is a module named 'Dictionary'. This module is defined to have a class method called `table_name_prefix`. The purpose of this module seems to be to provide a prefix for database table names related to the Dictionary. In simpler terms, it's used in the Rails environment where Active Record automatically appends the name of the model to tables (i.e., ""dictionary_users"" rather than just ""users"") if the class method `table_name_prefix` is defined in a module named 'Dictionary'. -";"module Dictionary +","module Dictionary def self.table_name_prefix 'dictionary_' end @@ -286583,7 +286583,7 @@ There are two other methods, `lock_user(user, app, timeout=1800)` and `unlock_us There are two additional methods, `lock_application(application, timeout=1800)` and `unlock_application(application)`, that attempt to lock or unlock an application respectively. These methods also retrieve the owner of the application from its domain before attempting to lock or unlock it."" Please note: The actual implementation details might be too complex for a standalone instruction as they involve Mongoid::Document interaction with a MongoDB database and object-oriented concepts in Ruby. However, this brief explanation should provide an understanding of what the code does. -";"# Represents a lock object for a {CloudUser} and {Application}s that it owns +","# Represents a lock object for a {CloudUser} and {Application}s that it owns # @!attribute [r] apps # @return List of {Application}s that are locked # @!attribute [r] user @@ -286738,7 +286738,7 @@ Here are some of the key attributes and methods used: - test do...end: It provides an example of running some tests on this formula, proving that it correctly installed Lean. Please note the Ruby syntax is used in this context. You should be familiar with Ruby to understand its usage within this context. -";"class Lean < Formula +","class Lean < Formula desc ""Theorem prover"" homepage ""https://leanprover-community.github.io/"" url ""https://github.com/leanprover-community/lean/archive/v3.42.1.tar.gz"" @@ -286829,7 +286829,7 @@ Finally, there are 'public_pages?' method which checks if Pages feature for a gi These methods provide an interface to manage and validate features' visibility levels within a project. They ensure that only authorized individuals have access to certain features, ensuring data security and privacy in a collaborative environment like GitLab. Remember this class is part of ActiveRecord::Base and therefore works with Active Record ORM (Object-Relational Mapping). It enables us to interact with the database via Ruby code by creating classes for each table we want to interact with, here it's ProjectFeature related to 'project_features' in the database. -";"# frozen_string_literal: true +","# frozen_string_literal: true class ProjectFeature < ActiveRecord::Base # == Project features permissions @@ -286991,7 +286991,7 @@ Following are few of the test cases: 3. Then there are test cases checking the validity of an email address format by providing various valid and invalid emails addresses. 4. Test 'password should be present (nonblank)' checks if a password field is left blank or contains only spaces. If it does, then user record shouldn't be considered as valid. 5. Lastly, test 'authenticated? should return false for a user with nil digest', verifies that the method `authenticated?` in User model returns false when provided an empty string, which is used to check if remember digest of a user is present or not. -";"# frozen_string_literal: true +","# frozen_string_literal: true require 'test_helper' @@ -287079,7 +287079,7 @@ If `RUN_SKYDNS` equals ""no"", it runs an empty 'true' command to do nothing, ef At the end of the script, the working directory is reset back to its previous state by using the `cd ${PWD}` line. This ensures that subsequent commands run from this shell are not affected by the current script's execution. Note: It's assumed that Docker and Kubernetes have been set up in the environment where this code is being executed, as the script uses a 'docker exec' command to interact with the hyperkube container which runs Kubernetes within a Docker container. -";"#!/bin/bash +","#!/bin/bash # Running skydns based on instructions at: https://testdatamanagement.wordpress.com/2015/09/01/running-kubernetes-in-docker-with-dns-on-a-single-node/ @@ -287135,7 +287135,7 @@ cd ${PWD} "In the context of a script that runs Kubernetes commands, this Ruby code does the following: 1. It is running a bash shell script which copies an existing kubeconfig file from `/etc/kubernetes/admin.conf` to `/root/kube-admin.conf` using the cp command with '-i' option for interactive confirmation before overwriting if the target file already exists. 2. After copying, it runs 'kubectl --kubeconfig /root/kube-admin.conf $*'. The '$*' is a special shell variable that represents all arguments passed to the script. It allows passing any number of options or commands to kubectl with no additional code required by the user. -";"#!/bin/bash +","#!/bin/bash # cp -i /etc/kubernetes/admin.conf /root/kube-admin.conf kubectl --kubeconfig /root/kube-admin.conf $* " @@ -287145,7 +287145,7 @@ Here's the key phrase from the code: ""$1"" = ""/opt/logstash/bin/logstash"". In the context of shell scripting and Docker containers, ""$1"", ""$2"", etc., are variables that represent arguments passed to a script when it is invoked. Here, we're checking if the first argument (the command that was run) matches ""/opt/logstash/bin/logstash"". If so, then the code executes ""/opt/logstash/bin/logstash agent -f /opt/logstash.conf"". This sets up Logstash to process logs in accordance with the configuration file located at '/opt/conf/logstash.conf'. If the first argument does not match ""/opt/logstash/bin/logstash"", then it executes whatever command was passed as an argument (""$@"" represents all arguments). This is useful for allowing scripts to run different commands or actions depending on how they were invoked, providing a degree of flexibility. -";"#!/bin/bash +","#!/bin/bash set -e if [ ""$1"" = ""/opt/logstash/bin/logstash"" ]; then @@ -287158,7 +287158,7 @@ fi" 1. The `seqWatch()` function is responsible for watching files named *.diag in the given directory (recursive) and generating corresponding PNG file when a change occurs. It takes an optional parameter which sets the folder to watch (defaulting to the current working directory if not specified). If no folder is provided, it prints a message setting the folder to the current working directory. The function uses inotifywait command line utility to monitor for changes on filesystem events and then executes seqdiag command-line utility as per file type being watched. 2. The `seqInit()` function is used to initialize a seqdiag file with preferences defined in seqdiag.init. It takes one parameter which sets the path of the file to be created (must provide an absolute path). If the directory for the new file does not exist, it creates the directories leading up to the filename. Then, it copies the seqdiag.init from a predefined location (TOOLING) to the newly created file. -";"#---------# +","#---------# # Seqdiag # #---------# @@ -287195,7 +287195,7 @@ seqInit() { "In the context of Bash scripting, this code is removing all blank lines from clipboard content. The command `pbpaste` retrieves the contents copied to the system's pasteboard; then it uses `awk '!/^[ ]*$/'` to filter out empty lines; and finally, `pbcopy` stores these filtered lines back into the pasteboard. The script is run in a terminal and requires user interaction by manually copying text into the clipboard before running the command (using pbpaste), performing some operation with that copied content, then copying it back to the clipboard again (using pbcopy). This workflow doesn't involve any specific Ruby code. -";"#!/bin/bash +","#!/bin/bash # Author: Eason Yi # Date: 2017-05-17 @@ -287208,7 +287208,7 @@ Each row stands for an area that is the intersection of a region identified by a The comments column provides additional information about the time zones represented by each row, including any deprecated version identifiers and other information on the status of implementation and testing of these timezones in various applications. This table is intended as an aid for users, to help them select appropriate time zone data entries suitable for their practical needs. It should not be used to take or endorse any position on legal or territorial claims. -";"# tz zone descriptions (deprecated version) +","# tz zone descriptions (deprecated version) # # This file is in the public domain, so clarified as of # 2009-05-17 by Arthur David Olson. @@ -287660,7 +287660,7 @@ The first query retrieves the [Order Key], [Lead Time Days], and [Quantity] from The second query does the same but filters for orders with a quantity of 361 instead. Remember that these queries are parameterized using SQL stored procedures (sp_executesql). The parameters @param1 are set to values of 360 and 361 respectively, controlling which data is returned by each query. This ensures the reusability of the code for different quantities without having to rewrite or modify it directly. -";"USE [WideWorldImportersDW] +","USE [WideWorldImportersDW] GO ALTER DATABASE CURRENT SET COMPATIBILITY_LEVEL = 140 GO @@ -287692,7 +287692,7 @@ The first command creates a table named 'pluginkeyvaluestore' if it doesn't alre The second command alters the 'pluginkeyvaluestore' table to add a new column named 'expireat'. If it doesn't exist already, this new column is set as bigint type with a default value of 0. This would be used to store the expiry time for each key-value pair in some sort of timestamp format (bigint being understood as number of milliseconds since Unix epoch). The third block of code checks if the 'expireat' column has its default set to 0. If it does, it alters this default value to be NULL instead, indicating that keys do not expire by default. The condition is checked with a DO $$BEGIN...END statement wrapped around, which ensures that this logic only runs once and in the absence of any errors. -";"CREATE TABLE IF NOT EXISTS pluginkeyvaluestore ( +","CREATE TABLE IF NOT EXISTS pluginkeyvaluestore ( pluginid VARCHAR(190) NOT NULL, pkey VARCHAR(50) NOT NULL, pvalue bytea, @@ -287714,7 +287714,7 @@ DO $$BEGIN END$$; " "In the context of a MySQL database, this SQL script is establishing a table called `datos personales`. This table contains information about individuals and their related data in fields such as first name (`nom`), last names (`pri_ape` and `seg_ape`), CURP (Colombian Unified Register of Population), group (`grup`), shift (`turno`), school name (`nom_esc`), and a code for the educational institution (`cct`). The database engine used is InnoDB, which supports transactions, row-level locking, and foreign key support. -";"-- phpMyAdmin SQL Dump +","-- phpMyAdmin SQL Dump -- version 4.6.5.2 -- https://www.phpmyadmin.net/ -- @@ -287768,7 +287768,7 @@ Here's what each part does: 6. The final line is the SELECT query that fetches all fields from the table Customers. It specifically pulls out [CustomerId], [FirstName], [LastName] etc., assuming these columns exist in your database schema. Note: Without knowing more about the rest of your SQL script, it's hard to provide a full understanding. This instruction is based on this snippet provided. -";"CREATE PROCEDURE [dbo].[spCustomers_GetAll] +","CREATE PROCEDURE [dbo].[spCustomers_GetAll] AS BEGIN SET NOCOUNT ON; @@ -287790,7 +287790,7 @@ END 5. Finally, the `OpenWRT` class initializes an instance with a site (server address) and a request dictionary. It uses these to populate the request with parsed data about interfaces and IP addresses from those pages. This data includes information about the device's version and any wireless networks it is connected to. Each of these classes has its own methods that are used to parse specific sections of the HTML page into Python objects, making this Ruby code useful for network administration tasks. -";"#!/usr/bin/python +","#!/usr/bin/python # -*- coding: utf-8 -*- # #*** ************************************************************# # This module is part of the repository CNDB. @@ -287988,7 +287988,7 @@ The function `resize(img)` resizes an image if it's height exceeds 1000 pixels, Finally, the function `set_standard(images, filename)` sets a new standard for comparison and updates information about this new standard (filename, hash of image content, count of similar images). This is used when starting to process a new set of images or after an existing one has been fully processed. Please note that all these functions are meant to be used in the main part of your program where they interact with user input and output as well as handle reading/writing from/to disk based on that interaction. -";"# UCF Senior Design 2017-18 +","# UCF Senior Design 2017-18 # Group 38 from PIL import Image @@ -288086,7 +288086,7 @@ The license at the top of the script specifies that it is subject to the Apache A TODO comment suggests additional commands could be added or improvements made. Specifically, more functionality to compile Kubeflow Pipelines (a tool for creating and managing machine learning workflows), as well as tools for experiment management are suggested. At the end of the script, it checks if the file is being run directly by checking `__name__ == '__main__'`. If true, it executes `main()`, which should be defined elsewhere in the codebase to handle command line arguments and invoke appropriate functions based on those arguments. -";"# Copyright 2018 Google LLC +","# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the ""License""); # you may not use this file except in compliance with the License. @@ -288110,7 +288110,7 @@ if __name__ == '__main__': main() " "In the context of a Python project that uses PyQt5, QtGui and QtCore for GUI creation and manipulation. It also involves handling time-related data in Unix timestamp format. The code is creating a class `Room_Item` which is a widget displaying details about a room: name, description, creation date, member count, etc. This class is inherited from two base classes - QWidget for GUI widgets and Ui_Form (a pre-generated UI file), and it has methods to set the text of different labels in this form based on some input data (room_data). The room_data is expected to be a dictionary with keys like 'naturalName', 'description', etc. For instance, self.data['naturalName'] provides the natural name of the room. -";"import time +","import time from PyQt5 import QtGui, QtCore @@ -288146,7 +288146,7 @@ Key attributes of the App class include: The MainWindow class is a subclass of Window, which in turn has an implementation based on WinForms.MainWindow. It's designed to manage window closing procedures and includes a method called winforms_FormClosing which cancels window close event if application exit fails. Besides these classes, there are other specific app types like DocumentApp that inherit from the App class with added functionalities for managing documents specifically. In this case, an additional 'Open...' command is created in their _create_app_commands method for opening files as a document. This code could be adapted for different contexts based on the requirements and platform it runs on. -";"import asyncio +","import asyncio import re import sys import traceback