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
c1d1fcfb
Commit
c1d1fcfb
authored
Dec 03, 2018
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move migration to ee folder and fix typo
parent
a91aeafa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/db/migrate/20181114163403_add_epics_sort_to_user_preference.rb
...grate/20181114163403_add_epics_sort_to_user_preference.rb
+0
-0
ee/spec/controllers/groups/epics_controller_spec.rb
ee/spec/controllers/groups/epics_controller_spec.rb
+2
-2
No files found.
db/migrate/20181114163403_add_epics_sort_to_user_preference.rb
→
ee/
db/migrate/20181114163403_add_epics_sort_to_user_preference.rb
View file @
c1d1fcfb
File moved
ee/spec/controllers/groups/epics_controller_spec.rb
View file @
c1d1fcfb
...
...
@@ -57,7 +57,7 @@ describe Groups::EpicsController do
expect
(
response
).
to
have_gitlab_http_status
(
200
)
end
context
'when there is no logged user'
do
context
'when there is no logged
in
user'
do
it
'stores sorting param in a cookie'
do
group
.
update!
(
visibility_level:
Gitlab
::
VisibilityLevel
::
PUBLIC
)
sign_out
(
user
)
...
...
@@ -69,7 +69,7 @@ describe Groups::EpicsController do
end
end
context
'when there is a logged user'
do
context
'when there is a logged
in
user'
do
context
'when epics_sort is nil'
do
it
'stores sorting param in user preferences'
do
get
:index
,
group_id:
group
,
sort:
'start_date_asc'
...
...
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