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
3f06674c
Commit
3f06674c
authored
Nov 22, 2019
by
Utkarsh Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable frozen string for spec/lib/gitlab/legacy_github_import
parent
14eb7a47
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
0 deletions
+20
-0
spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb
.../lib/gitlab/legacy_github_import/branch_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/client_spec.rb
spec/lib/gitlab/legacy_github_import/client_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/comment_formatter_spec.rb
...lib/gitlab/legacy_github_import/comment_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/importer_spec.rb
spec/lib/gitlab/legacy_github_import/importer_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/issuable_formatter_spec.rb
...ib/gitlab/legacy_github_import/issuable_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/milestone_formatter_spec.rb
...b/gitlab/legacy_github_import/milestone_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/pull_request_formatter_spec.rb
...itlab/legacy_github_import/pull_request_formatter_spec.rb
+2
-0
No files found.
spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
BranchFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/client_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
Client
do
...
...
spec/lib/gitlab/legacy_github_import/comment_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
CommentFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/importer_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
Importer
do
...
...
spec/lib/gitlab/legacy_github_import/issuable_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
IssuableFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
IssueFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
LabelFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/milestone_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
MilestoneFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
ProjectCreator
do
...
...
spec/lib/gitlab/legacy_github_import/pull_request_formatter_spec.rb
View file @
3f06674c
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
PullRequestFormatter
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