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
223f64c4
Commit
223f64c4
authored
Oct 06, 2019
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable frozen string for spec/*.rb
Partially addresses:
https://gitlab.com/gitlab-org/gitlab/issues/27703
parent
f10ee617
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
spec/factories_spec.rb
spec/factories_spec.rb
+2
-0
spec/fast_spec_helper.rb
spec/fast_spec_helper.rb
+2
-0
spec/rake_helper.rb
spec/rake_helper.rb
+2
-0
spec/simplecov_env.rb
spec/simplecov_env.rb
+2
-0
spec/spec_helper.rb
spec/spec_helper.rb
+2
-0
No files found.
spec/factories_spec.rb
View file @
223f64c4
# frozen_string_literal: true
require
'spec_helper'
describe
'factories'
do
...
...
spec/fast_spec_helper.rb
View file @
223f64c4
# frozen_string_literal: true
require
'bundler/setup'
ENV
[
'GITLAB_ENV'
]
=
'test'
...
...
spec/rake_helper.rb
View file @
223f64c4
# frozen_string_literal: true
require
'spec_helper'
require
'rake'
...
...
spec/simplecov_env.rb
View file @
223f64c4
# frozen_string_literal: true
require
'simplecov'
require
'active_support/core_ext/numeric/time'
require_relative
'../lib/gitlab/utils'
...
...
spec/spec_helper.rb
View file @
223f64c4
# frozen_string_literal: true
require
'./spec/simplecov_env'
SimpleCovEnv
.
start!
...
...
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