summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-06 12:30:50 +0100
committerPhil Hughes <me@iamphill.com>2018-05-06 12:30:50 +0100
commit398ee68457fd5bdcac14b5298f5c3f35b008d808 (patch)
treebf6c5bf26b4aef13deb5215775cd6a9291947b49
parent8b240e6ca04edf73c2df23d06350767d6cb6da41 (diff)
downloadgitlab-ce-398ee68457fd5bdcac14b5298f5c3f35b008d808.tar.gz
fixed stageAllChanges test
-rw-r--r--spec/javascripts/ide/stores/actions_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/ide/stores/actions_spec.js b/spec/javascripts/ide/stores/actions_spec.js
index 33910c46813..062c3497623 100644
--- a/spec/javascripts/ide/stores/actions_spec.js
+++ b/spec/javascripts/ide/stores/actions_spec.js
@@ -309,6 +309,7 @@ describe('Multi-file store actions', () => {
null,
store.state,
[
+ { type: types.SET_LAST_COMMIT_MSG, payload: '' },
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[0].path },
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[1].path },
],