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
8c7c68a5
Commit
8c7c68a5
authored
Apr 24, 2019
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing empty lines
parent
3ee2226b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
spec/javascripts/fixtures/merge_requests.rb
spec/javascripts/fixtures/merge_requests.rb
+0
-1
spec/javascripts/fixtures/raw.rb
spec/javascripts/fixtures/raw.rb
+0
-5
No files found.
spec/javascripts/fixtures/merge_requests.rb
View file @
8c7c68a5
...
...
@@ -120,7 +120,6 @@ describe Projects::MergeRequestsController, '(JavaScript fixtures)', type: :cont
project_id:
project
,
id:
merge_request
.
to_param
},
format: :json
end
def
render_merge_request
(
merge_request
)
...
...
spec/javascripts/fixtures/raw.rb
View file @
8c7c68a5
...
...
@@ -19,26 +19,21 @@ describe 'Raw files', '(JavaScript fixtures)' do
it
'blob/balsamiq/test.bmpr'
do
@blob
=
project
.
repository
.
blob_at
(
'b89b56d79'
,
'files/images/balsamiq.bmpr'
)
end
it
'blob/notebook/basic.json'
do
@blob
=
project
.
repository
.
blob_at
(
'6d85bb69'
,
'files/ipython/basic.ipynb'
)
end
it
'blob/notebook/worksheets.json'
do
@blob
=
project
.
repository
.
blob_at
(
'6d85bb69'
,
'files/ipython/worksheets.ipynb'
)
end
it
'blob/notebook/math.json'
do
@blob
=
project
.
repository
.
blob_at
(
'93ee732'
,
'files/ipython/math.ipynb'
)
end
it
'blob/pdf/test.pdf'
do
@blob
=
project
.
repository
.
blob_at
(
'e774ebd33'
,
'files/pdf/test.pdf'
)
end
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