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
f199e672
Commit
f199e672
authored
Aug 02, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec fixes
parent
cc04a18d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
spec/javascripts/ide/stores/mutations_spec.js
spec/javascripts/ide/stores/mutations_spec.js
+3
-0
No files found.
spec/javascripts/ide/stores/mutations_spec.js
View file @
f199e672
...
...
@@ -206,6 +206,7 @@ describe('Multi-file store mutations', () => {
it
(
'
adds to changedFiles
'
,
()
=>
{
localState
.
entries
.
filePath
=
{
deleted
:
false
,
type
:
'
blob
'
,
};
mutations
.
DELETE_ENTRY
(
localState
,
'
filePath
'
);
...
...
@@ -263,6 +264,7 @@ describe('Multi-file store mutations', () => {
localState
.
entries
.
oldPath
=
{
...
file
(),
type
:
'
blob
'
,
name
:
'
oldPath
'
,
path
:
'
oldPath
'
,
url
:
`
${
gl
.
TEST_HOST
}
/oldPath`
,
};
...
...
@@ -283,6 +285,7 @@ describe('Multi-file store mutations', () => {
parentPath
:
''
,
url
:
`
${
gl
.
TEST_HOST
}
/newPath`
,
moved
:
jasmine
.
anything
(),
movedPath
:
jasmine
.
anything
(),
});
});
...
...
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