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
bc4e5eac
Commit
bc4e5eac
authored
Aug 24, 2018
by
Jasper Maes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rails5 fix project import spec
parent
2031fb20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
ee/changelogs/unreleased/rails5-fix-project-import-spec.yml
ee/changelogs/unreleased/rails5-fix-project-import-spec.yml
+5
-0
ee/spec/features/projects/new_project_spec.rb
ee/spec/features/projects/new_project_spec.rb
+1
-7
No files found.
ee/changelogs/unreleased/rails5-fix-project-import-spec.yml
0 → 100644
View file @
bc4e5eac
---
title
:
Rails5 fix project import spec
merge_request
:
6981
author
:
Jasper Maes
type
:
fixed
ee/spec/features/projects/new_project_spec.rb
View file @
bc4e5eac
...
...
@@ -119,13 +119,7 @@ describe 'New project' do
click_button
'Create project'
created_project
=
Project
.
last
if
Gitlab
.
rails5?
expect
(
current_path
).
to
eq
(
project_import_path
(
created_project
))
else
expect
(
current_path
).
to
eq
(
project_path
(
created_project
))
end
expect
(
current_path
).
to
eq
(
project_path
(
created_project
))
expect
(
created_project
.
mirror
).
to
eq
(
true
)
expect
(
created_project
.
project_feature
).
not_to
be_issues_enabled
end
...
...
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