summaryrefslogtreecommitdiff
path: root/spec/javascripts/repo/components
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-19 16:24:00 +0100
committerPhil Hughes <me@iamphill.com>2017-10-23 10:46:27 +0100
commit60ce5155c8e0804b71c55d1492d7812133673fa2 (patch)
treed69150768f502be579ed8b2f0131029711da0f5e /spec/javascripts/repo/components
parent10dcaea1c3e9061d8f65d3ec15becbd17c7b2716 (diff)
downloadgitlab-ce-60ce5155c8e0804b71c55d1492d7812133673fa2.tar.gz
fixed bug with tabs not switching correctly
clears all tmp files after cancelling edit mode
Diffstat (limited to 'spec/javascripts/repo/components')
-rw-r--r--spec/javascripts/repo/components/repo_file_buttons_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/repo/components/repo_file_buttons_spec.js b/spec/javascripts/repo/components/repo_file_buttons_spec.js
index bc5cb5b8f38..063186be42d 100644
--- a/spec/javascripts/repo/components/repo_file_buttons_spec.js
+++ b/spec/javascripts/repo/components/repo_file_buttons_spec.js
@@ -2,7 +2,7 @@ import Vue from 'vue';
import repoFileButtons from '~/repo/components/repo_file_buttons.vue';
import RepoStore from '~/repo/stores/repo_store';
-fdescribe('RepoFileButtons', () => {
+describe('RepoFileButtons', () => {
const activeFile = {
extension: 'md',
url: 'url',