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
b519f815
Commit
b519f815
authored
Mar 07, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Projects::ImportService spec
parent
064d34e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
spec/services/projects/import_service_spec.rb
spec/services/projects/import_service_spec.rb
+10
-3
No files found.
spec/services/projects/import_service_spec.rb
View file @
b519f815
...
...
@@ -95,9 +95,16 @@ describe Projects::ImportService, services: true do
def
stub_github_omniauth_provider
provider
=
OpenStruct
.
new
(
name:
'github'
,
app_id:
'asd123'
,
app_secret:
'asd123'
'name'
=>
'github'
,
'app_id'
=>
'asd123'
,
'app_secret'
=>
'asd123'
,
'args'
=>
{
'client_options'
=>
{
'site'
=>
'https://github.com/api/v3'
,
'authorize_url'
=>
'https://github.com/login/oauth/authorize'
,
'token_url'
=>
'https://github.com/login/oauth/access_token'
}
}
)
Gitlab
.
config
.
omniauth
.
providers
<<
provider
...
...
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