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

Add # frozen_string_literal to spec/models

Adds `# frozen_string_literal: true` to spec/models ruby files
parent afbc8274
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 0 deletions
# frozen_string_literal: true
require 'spec_helper'
 
describe Ability do
Loading
Loading
# frozen_string_literal: true
require 'rails_helper'
 
describe AbuseReport do
Loading
Loading
# frozen_string_literal: true
require 'rails_helper'
 
RSpec.describe ActiveSession, :clean_gitlab_redis_shared_state do
Loading
Loading
# frozen_string_literal: true
require 'rails_helper'
 
describe Appearance do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ApplicationSetting::Term do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ApplicationSetting do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AwardEmoji do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Badge do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe GroupBadge do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ProjectBadge do
Loading
Loading
# encoding: utf-8
# frozen_string_literal: true
require 'rails_helper'
 
describe Blob do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::Base do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::Changelog do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::ComposerJson do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::Gemspec do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::GitlabCiYml do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::License do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::PackageJson do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::PodspecJson do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobViewer::Podspec do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment