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
f48efb4d
Commit
f48efb4d
authored
Jul 30, 2019
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix design management feature spec
parent
7a52a95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ee/spec/features/projects/issues/design_management/user_views_design_images_spec.rb
...issues/design_management/user_views_design_images_spec.rb
+3
-1
No files found.
ee/spec/features/projects/issues/design_management/user_views_design_images_spec.rb
View file @
f48efb4d
...
...
@@ -3,6 +3,8 @@
require
'spec_helper'
describe
'Users views raw design image files'
do
include
DesignManagementTestHelpers
let
(
:project
)
{
create
(
:project
,
:public
)
}
let
(
:issue
)
{
create
(
:issue
,
project:
project
)
}
let
(
:design
)
{
create
(
:design
,
:with_file
,
issue:
issue
,
versions_count:
2
)
}
...
...
@@ -10,7 +12,7 @@ describe 'Users views raw design image files' do
let
(
:oldest_version
)
{
design
.
versions
.
ordered
.
last
}
before
do
stub_licensed_features
(
design_management:
true
)
enable_design_management
end
it
'serves the latest design version when no ref is given'
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