Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
5f237d127a5a
Commit
280c2a82
authored
Mar 30, 2019
by
Thong Kuah
Browse files
Add # frozen_string_literal to spec/models
Adds `# frozen_string_literal: true` to spec/models ruby files
parent
122db67d9951
Changes
276
Hide whitespace changes
Inline
Side-by-side
spec/models/ability_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
Ability
do
...
...
spec/models/abuse_report_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'rails_helper'
describe
AbuseReport
do
...
...
spec/models/active_session_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'rails_helper'
RSpec
.
describe
ActiveSession
,
:clean_gitlab_redis_shared_state
do
...
...
spec/models/appearance_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'rails_helper'
describe
Appearance
do
...
...
spec/models/application_setting/term_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
ApplicationSetting
::
Term
do
...
...
spec/models/application_setting_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
ApplicationSetting
do
...
...
spec/models/award_emoji_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
AwardEmoji
do
...
...
spec/models/badge_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
Badge
do
...
...
spec/models/badges/group_badge_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
GroupBadge
do
...
...
spec/models/badges/project_badge_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
ProjectBadge
do
...
...
spec/models/blob_spec.rb
View file @
5f237d12
# encoding: utf-8
# frozen_string_literal: true
require
'rails_helper'
describe
Blob
do
...
...
spec/models/blob_viewer/base_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
Base
do
...
...
spec/models/blob_viewer/changelog_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
Changelog
do
...
...
spec/models/blob_viewer/composer_json_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
ComposerJson
do
...
...
spec/models/blob_viewer/gemspec_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
Gemspec
do
...
...
spec/models/blob_viewer/gitlab_ci_yml_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
GitlabCiYml
do
...
...
spec/models/blob_viewer/license_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
License
do
...
...
spec/models/blob_viewer/package_json_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
PackageJson
do
...
...
spec/models/blob_viewer/podspec_json_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
PodspecJson
do
...
...
spec/models/blob_viewer/podspec_spec.rb
View file @
5f237d12
# frozen_string_literal: true
require
'spec_helper'
describe
BlobViewer
::
Podspec
do
...
...
Prev
1
2
3
4
5
…
14
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment