Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e13aef95
Commit
e13aef95
authored
Oct 14, 2019
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable frozen string for spec/tasks
Partially addresses:
https://gitlab.com/gitlab-org/gitlab/issues/27703
parent
c21041b3
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
46 additions
and
0 deletions
+46
-0
spec/db/production/settings_spec.rb
spec/db/production/settings_spec.rb
+2
-0
spec/tasks/cache/clear/redis_spec.rb
spec/tasks/cache/clear/redis_spec.rb
+2
-0
spec/tasks/config_lint_spec.rb
spec/tasks/config_lint_spec.rb
+2
-0
spec/tasks/gitlab/artifacts/check_rake_spec.rb
spec/tasks/gitlab/artifacts/check_rake_spec.rb
+2
-0
spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
+2
-0
spec/tasks/gitlab/backup_rake_spec.rb
spec/tasks/gitlab/backup_rake_spec.rb
+2
-0
spec/tasks/gitlab/check_rake_spec.rb
spec/tasks/gitlab/check_rake_spec.rb
+2
-0
spec/tasks/gitlab/cleanup_rake_spec.rb
spec/tasks/gitlab/cleanup_rake_spec.rb
+2
-0
spec/tasks/gitlab/db_rake_spec.rb
spec/tasks/gitlab/db_rake_spec.rb
+2
-0
spec/tasks/gitlab/git_rake_spec.rb
spec/tasks/gitlab/git_rake_spec.rb
+2
-0
spec/tasks/gitlab/gitaly_rake_spec.rb
spec/tasks/gitlab/gitaly_rake_spec.rb
+2
-0
spec/tasks/gitlab/info_rake_spec.rb
spec/tasks/gitlab/info_rake_spec.rb
+2
-0
spec/tasks/gitlab/ldap_rake_spec.rb
spec/tasks/gitlab/ldap_rake_spec.rb
+2
-0
spec/tasks/gitlab/lfs/check_rake_spec.rb
spec/tasks/gitlab/lfs/check_rake_spec.rb
+2
-0
spec/tasks/gitlab/lfs/migrate_rake_spec.rb
spec/tasks/gitlab/lfs/migrate_rake_spec.rb
+2
-0
spec/tasks/gitlab/shell_rake_spec.rb
spec/tasks/gitlab/shell_rake_spec.rb
+2
-0
spec/tasks/gitlab/storage_rake_spec.rb
spec/tasks/gitlab/storage_rake_spec.rb
+2
-0
spec/tasks/gitlab/task_helpers_spec.rb
spec/tasks/gitlab/task_helpers_spec.rb
+2
-0
spec/tasks/gitlab/uploads/check_rake_spec.rb
spec/tasks/gitlab/uploads/check_rake_spec.rb
+2
-0
spec/tasks/gitlab/uploads/migrate_rake_spec.rb
spec/tasks/gitlab/uploads/migrate_rake_spec.rb
+2
-0
spec/tasks/gitlab/web_hook_rake_spec.rb
spec/tasks/gitlab/web_hook_rake_spec.rb
+2
-0
spec/tasks/gitlab/workhorse_rake_spec.rb
spec/tasks/gitlab/workhorse_rake_spec.rb
+2
-0
spec/tasks/tokens_spec.rb
spec/tasks/tokens_spec.rb
+2
-0
No files found.
spec/db/production/settings_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
require
'rainbow/ext/string'
require
'rainbow/ext/string'
...
...
spec/tasks/cache/clear/redis_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'clearing redis cache'
do
describe
'clearing redis cache'
do
...
...
spec/tasks/config_lint_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
Rake
.
application
.
rake_require
'tasks/config_lint'
Rake
.
application
.
rake_require
'tasks/config_lint'
...
...
spec/tasks/gitlab/artifacts/check_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:artifacts rake tasks'
do
describe
'gitlab:artifacts rake tasks'
do
...
...
spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:artifacts namespace rake task'
do
describe
'gitlab:artifacts namespace rake task'
do
...
...
spec/tasks/gitlab/backup_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
require
'rake'
require
'rake'
...
...
spec/tasks/gitlab/check_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'check.rake'
do
describe
'check.rake'
do
...
...
spec/tasks/gitlab/cleanup_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:cleanup rake tasks'
do
describe
'gitlab:cleanup rake tasks'
do
...
...
spec/tasks/gitlab/db_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
require
'rake'
require
'rake'
...
...
spec/tasks/gitlab/git_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:git rake tasks'
do
describe
'gitlab:git rake tasks'
do
...
...
spec/tasks/gitlab/gitaly_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:gitaly namespace rake task'
do
describe
'gitlab:gitaly namespace rake task'
do
...
...
spec/tasks/gitlab/info_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:env:info'
do
describe
'gitlab:env:info'
do
...
...
spec/tasks/gitlab/ldap_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:ldap:rename_provider rake task'
do
describe
'gitlab:ldap:rename_provider rake task'
do
...
...
spec/tasks/gitlab/lfs/check_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:lfs rake tasks'
do
describe
'gitlab:lfs rake tasks'
do
...
...
spec/tasks/gitlab/lfs/migrate_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:lfs namespace rake task'
do
describe
'gitlab:lfs namespace rake task'
do
...
...
spec/tasks/gitlab/shell_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:shell rake tasks'
do
describe
'gitlab:shell rake tasks'
do
...
...
spec/tasks/gitlab/storage_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'rake gitlab:storage:*'
,
:sidekiq
do
describe
'rake gitlab:storage:*'
,
:sidekiq
do
...
...
spec/tasks/gitlab/task_helpers_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
class
TestHelpersTest
class
TestHelpersTest
...
...
spec/tasks/gitlab/uploads/check_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:uploads rake tasks'
do
describe
'gitlab:uploads rake tasks'
do
...
...
spec/tasks/gitlab/uploads/migrate_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:uploads:migrate and migrate_to_local rake tasks'
do
describe
'gitlab:uploads:migrate and migrate_to_local rake tasks'
do
...
...
spec/tasks/gitlab/web_hook_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:web_hook namespace rake tasks'
do
describe
'gitlab:web_hook namespace rake tasks'
do
...
...
spec/tasks/gitlab/workhorse_rake_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'gitlab:workhorse namespace rake task'
do
describe
'gitlab:workhorse namespace rake task'
do
...
...
spec/tasks/tokens_spec.rb
View file @
e13aef95
# frozen_string_literal: true
require
'rake_helper'
require
'rake_helper'
describe
'tokens rake tasks'
do
describe
'tokens rake tasks'
do
...
...
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